Mstodon 4.5.0

Mastodon

今回も事前に依存関係をチェックしてからアップデートを実行。既に最小バージョンの要件はクリアしていたから、ユーザー mastodon でリリースノートのとおりコマンドを実行して問題なくアップデートが完了した。

$ git fetch && git checkout v4.5.0
$ bundle install
$ yarn install --immutable
$ RAILS_ENV=production bundle exec rails assets:precompile
$ RAILS_ENV=production bundle exec rails db:migrate

関連記事