aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
diff options
context:
space:
mode:
authorSVNET Libre <svnet@brique.svnet.fr>2018-02-14 11:03:39 +0100
committerChocobozzz <me@florianbigard.com>2018-02-14 11:03:39 +0100
commit1007a0185f5e3c1330a78f07d60f8dda9f5ddd15 (patch)
tree2e7f21ba1896d5abce037c08f04340630f3d5af9 /support/doc/production.md
parentf2f1118f175edd91203d655db863cb12379d332f (diff)
downloadPeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.tar.gz
PeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.tar.zst
PeerTube-1007a0185f5e3c1330a78f07d60f8dda9f5ddd15.zip
Update Guide for upgrade procedure (#281) (#291)
Diffstat (limited to 'support/doc/production.md')
-rw-r--r--support/doc/production.md12
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
263Via 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
262Make a SQL backup 274Make a SQL backup
263 275
264``` 276```