Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@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

No comments
Matt Crawford

@Gargron I was essentially following this guide at fedi.dev/gytis/update-mastodon because he suggests fixes for issues I might run into.

Matt Crawford

@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.

Go Up