Forgot to add switch back to root step

This commit is contained in:
Eugen Rochko 2018-09-26 00:53:18 +02:00
parent 7f0a0ebaa5
commit 67afa9b509
1 changed files with 6 additions and 0 deletions

View File

@ -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