diff --git a/scripts/upgrade b/scripts/upgrade index 2ac3777..ba7b27f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -93,6 +93,8 @@ pushd ~/live RAILS_ENV=production bundle exec rails assets:clean RAILS_ENV=production bundle exec rails assets:precompile RAILS_ENV=production bundle exec rails db:migrate +# Upgrade to 2.2.0 +RAILS_ENV=production bundle exec rails mastodon:maintenance:remove_regeneration_markers COMMANDS # Restart Mastodon