Mastodon 4.4.2

2025年07月24日(木) - 19:33

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
exit
sudo systemctl restart mastodon-* 

以上。