]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update Guide for upgrade procedure (#281) (#291)
authorSVNET Libre <svnet@brique.svnet.fr>
Wed, 14 Feb 2018 10:03:39 +0000 (11:03 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Feb 2018 10:03:39 +0000 (11:03 +0100)
support/doc/production.md

index b5e5dd9cffbcae91dc063fca9f21c60d07928edf..ba76a81cfcee9cf2499884ebcb97953ef415aba7 100644 (file)
@@ -258,7 +258,19 @@ $ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/conf
 ```
 
 ## Upgrade
+#### Auto
 
+Via the bash Script :
+
+```
+$ su - peertube
+$ cd scripts && ./upgrade.sh
+$ exit
+$ systemctl restart peertube
+$ systemctl status peertube
+```
+
+#### Manuel
 Make a SQL backup
 
 ```