Mastodon 4.3.7
リリースノートはこちらのとおり。
いつものコマンドでアップデート完了。
sudo su - mastodon
cd ./live
git fetch && git checkout v4.3.7
bundle install
RAILS_ENV=production bundle exec rails assets:precompilesudo systemctl restart mastodon-*
以上。
リリースノートはこちらのとおり。
いつものコマンドでアップデート完了。
sudo su - mastodon
cd ./live
git fetch && git checkout v4.3.7
bundle install
RAILS_ENV=production bundle exec rails assets:precompilesudo systemctl restart mastodon-*
以上。