I just upgraded to 3.1.5 about a month ago and I noticed 3.2.0 is now out is this release a big enough jump to take a change of hosing a working site
and are these basically the command I need to do
- Non-Docker:
RAILS_ENV=production bundle exec rails db:migrate
- Non-Docker:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart all Mastodon processes
- Non-Docker:
RAILS_ENV=production bin/tootctl cache clear
and cross my fingers it comes up working
Keith