diff options
author | SVNET Libre <svnet@brique.svnet.fr> | 2018-02-14 11:03:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-14 11:03:39 +0100 |
commit | 1007a0185f5e3c1330a78f07d60f8dda9f5ddd15 (patch) | |
tree | 2e7f21ba1896d5abce037c08f04340630f3d5af9 /support/doc | |
parent | f2f1118f175edd91203d655db863cb12379d332f (diff) | |
download | PeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.tar.gz PeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.tar.zst PeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.zip |
Update Guide for upgrade procedure (#281) (#291)
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index b5e5dd9cf..ba76a81cf 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -258,7 +258,19 @@ $ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/conf | |||
258 | ``` | 258 | ``` |
259 | 259 | ||
260 | ## Upgrade | 260 | ## Upgrade |
261 | #### Auto | ||
261 | 262 | ||
263 | Via the bash Script : | ||
264 | |||
265 | ``` | ||
266 | $ su - peertube | ||
267 | $ cd scripts && ./upgrade.sh | ||
268 | $ exit | ||
269 | $ systemctl restart peertube | ||
270 | $ systemctl status peertube | ||
271 | ``` | ||
272 | |||
273 | #### Manuel | ||
262 | Make a SQL backup | 274 | Make a SQL backup |
263 | 275 | ||
264 | ``` | 276 | ``` |