Email or username:

Password:

Forgot your password?
Top-level
Matt Crawford

@Gargron I reverted back to 3.1.2 When I was back on 3.1.4 it was doing the same thing again.

Looking for somebody to help me upgrade my instance because clearly I'm not doing something right.

No comments
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

Go Up