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