Forgot to add switch back to root step
This commit is contained in:
parent
7f0a0ebaa5
commit
67afa9b509
|
@ -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.
|
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:
|
You would restart Sidekiq:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue