リリース情報確認
https://github.com/tootsuite/mastodon/releases
今回はアセットだけっぽいのでどーでもええやろと、バックアップをとらず舐めきってメンテにのぞむ
停止&再起動後にmastodon起動しないようにする。
sudo systemctl stop mastodon-*
Mastodon アップデート
git fetch
バージョン決める
git checkout v2.7.1
bundle install
アセット再作成
RAILS_ENV=production bundle exec rails assets:precompile
いつものクソ長いやつ
以上