diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-09 11:04:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-09 11:04:57 +0200 |
commit | 188aa7740c603fe333cb2fa15494605d1f16a168 (patch) | |
tree | 49ae69d73e10d09b1c89e9e2b3d69bfabedac88c /support/doc | |
parent | c6fb386adc5104db689d1e7b2087c03a71e9974a (diff) | |
download | PeerTube-188aa7740c603fe333cb2fa15494605d1f16a168.tar.gz PeerTube-188aa7740c603fe333cb2fa15494605d1f16a168.tar.zst PeerTube-188aa7740c603fe333cb2fa15494605d1f16a168.zip |
Add restart peertube info in upgrade doc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 81748ae16..790e43f31 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -281,6 +281,7 @@ The password it asks is PeerTube's database user password. | |||
281 | 281 | ||
282 | ``` | 282 | ``` |
283 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube ./upgrade.sh | 283 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube ./upgrade.sh |
284 | $ sudo systemctl restart peertube # Or use your OS command to restart PeerTube if you don't use systemd | ||
284 | ``` | 285 | ``` |
285 | 286 | ||
286 | #### Manually | 287 | #### Manually |