Today I found a missing rows in MySQL 8 problem in production, which SQL LEFT JOIN should be added at join condition instead of where.
Missing data version:
|
Correct version:
|
Today I found a missing rows in MySQL 8 problem in production, which SQL LEFT JOIN should be added at join condition instead of where.
Missing data version:
|
Correct version:
|
|
But the sad thing is you can not using this methods after 10.15.5, which add another big reason not upgrade to macOS 10.15.5 Catalina.
Time is pass so faster, another 3 years passed after my previous T2 micro installed.
Now have to install another new box with price $134 in Tokyo AWS.
|
|
|
|
Simple running yum update on a CensOS 7 machine which installing the official postgresql v12 will get below problem:
|
You can install CentOS SCLo RH repository and install llvm-toolset-7-clang to resolve it.
|
|
|
|
|
After upgrade ruby to 2.7.1, I found my old octopress give below two warning:
/usr/local/lib/ruby/gems/2.7.0/gems/rake-11.3.0/lib/rake/application.rb:378: warning: deprecated Object#=~ is called on Proc; it always returns nil
Just need change application.rb:378 as below to fix it.
|
Another warning is:
/usr/local/lib/ruby/gems/2.7.0/gems/jekyll-0.12.1/lib/jekyll/post.rb:140: warning: URI.escape is obsolete
Just change as below:
|
After install ruby 2.7.1, found capistrano deploy via puma having below error when restart:
|
After checking long time found it's just not install the bundler 1.17.3 as pumactl relay on it.
|
Notes, still need after capistrano-bundler release 2.0.
|
|
|
|
|
|
|
|
|
|
|
|
Largely following certbot guide
|