From 4eafa7bc96cc70803cd9daecde52e340ee4a6177 Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 31 Jan 2018 15:44:12 +0100 Subject: [PATCH] remove_regeneration_markers --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) 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