Mastodon 4.2.9

Mastodon

昨日、アップデートのお知らせが来てた。

Mastodon  v4.2.9

いつものとおり次のコマンドを実行してコードを取得、アップデートを実行。
特に問題なく、再起動して無事に更新完了。

sudo su - mastodon
cd ./live
git fetch && git checkout v4.2.9
bundle install
yarn install --frozen-lockfile
RAILS_ENV=production bundle exec rails assets:precompile
05-Mastodon-pager