|
List all table size. origin
|
table optimization and analyzing for all databases.
|
List all table size. origin
|
table optimization and analyzing for all databases.
Add the official beta apt source
|
Do install && restart
|
After upgrade to higher version of Gitlab, when I push the repository to Gitlab, it gives warning like:
|
More recent commit fix it, but maybe due to I upgrade from 14.6 source code installation, so the setting is not apply.
Running below command to fix it.
|
Compare with before setting and after FYI:
|
|
|
|
Using nodesource distribution
|
Following DO manual
|
|
|
|
|
|
|
|
Ruby 3.2 need Rust to build JIT.
|
After upgrade to Rails 7, I meet the error: No method error: create_after_upload! and realize in Rails 6, the methods is already an alian of create_and_upload! and in Rails 7, only create_and_upload! remain.
So I can conclude here, when calling Rails API, alias method should always replace by it's real anem if possible.
|
|
Original from
|
The Chromium is not signed, so need using xattr to allow it.
|