diff options
author | Luc Didry <ldidry@users.noreply.github.com> | 2018-03-29 14:27:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-29 14:27:55 +0200 |
commit | 4246247fd676a9d9a308be93dcc14cb78b2fc84b (patch) | |
tree | e72c886f0cab7be4ef54eee7c27c62e244c5ccff /support/doc | |
parent | ae61cb09dca2a3093e26d1805f162e6a8389fcda (diff) | |
download | PeerTube-4246247fd676a9d9a308be93dcc14cb78b2fc84b.tar.gz PeerTube-4246247fd676a9d9a308be93dcc14cb78b2fc84b.tar.zst PeerTube-4246247fd676a9d9a308be93dcc14cb78b2fc84b.zip |
Add precision on upgrade script (#433)
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 34d213ec6..cd85b0488 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -195,6 +195,8 @@ Now you can subscribe to the mailing list for PeerTube administrators: https://f | |||
195 | 195 | ||
196 | #### Auto (minor versions only) | 196 | #### Auto (minor versions only) |
197 | 197 | ||
198 | The password it asks is PeerTube's database user password. | ||
199 | |||
198 | ``` | 200 | ``` |
199 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh | 201 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh |
200 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube | 202 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube |