Mastodon 4.4.2
v4.4.2 のお知らせが来てたからいつものコマンドでアップデート完了。
sudo su - mastodon
cd ./live
git fetch && git checkout v4.4.2
bundle install
RAILS_ENV=production bundle exec rails assets:precompile
exitsudo systemctl restart mastodon-*
以上。
v4.4.2 のお知らせが来てたからいつものコマンドでアップデート完了。
sudo su - mastodon
cd ./live
git fetch && git checkout v4.4.2
bundle install
RAILS_ENV=production bundle exec rails assets:precompile
exitsudo systemctl restart mastodon-*
以上。