@matt Do this:
su - mastodon
cd /home/mastodon/live
git fetch && git checkout v3.1.5
RAILS_ENV=production bin/rails db:migrate assets:precompile
exit
systemctl reload mastodon-web
systemctl restart mastodon-sidekiq
Top-level
@matt Do this: su - mastodon No comments
@Gargron One issue I have is precompile normally fails the first time. The 2nd time it claims everything is ok but when i reload the server everything is like that previous screenshot. |
@Gargron I was essentially following this guide at https://fedi.dev/gytis/update-mastodon-server-instance because he suggests fixes for issues I might run into.