Mastodon 4.4.5
いつもどおりのコマンドでアップデート完了。
今回はリリースノートのとおり yarn install --immutable も必要です。
sudo su - mastodon
cd ./live
git fetch && git checkout v4.4.5
bundle install
yarn install --immutable
RAILS_ENV=production bundle exec rails assets:precompile