From 67afa9b509c55bfdad83b468f55d2890e0fc3743 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 26 Sep 2018 00:53:18 +0200 Subject: [PATCH] Forgot to add switch back to root step --- content/en/administration/upgrading.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/administration/upgrading.md b/content/en/administration/upgrading.md index 10ad726e..b5399594 100644 --- a/content/en/administration/upgrading.md +++ b/content/en/administration/upgrading.md @@ -36,6 +36,12 @@ RAILS_ENV=production bundle exec rails assets:precompile After you have executed all special release-specific instructions, the last thing remaining is restarting Mastodon. *Usually* the streaming API is not updated, and therefore does not require a restart. Restarting the streaming API can lead to an unusually high load on the server, so it is advised to avoid it if possible. +Switch back to root: + +```sh +exit +``` + You would restart Sidekiq: ```sh