Mastodon 4.4.5

2025年09月24日(水) - 21:23

いつもどおりのコマンドでアップデート完了。
今回はリリースノートのとおり 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