From: SVNET Libre Date: Wed, 14 Feb 2018 10:03:39 +0000 (+0100) Subject: Update Guide for upgrade procedure (#281) (#291) X-Git-Tag: v0.0.24-alpha~18 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1007a0185f5e3c1330a78f07d60f8dda9f5ddd15;p=github%2FChocobozzz%2FPeerTube.git Update Guide for upgrade procedure (#281) (#291) --- 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 ``` ## Upgrade +#### Auto +Via the bash Script : + +``` +$ su - peertube +$ cd scripts && ./upgrade.sh +$ exit +$ systemctl restart peertube +$ systemctl status peertube +``` + +#### Manuel Make a SQL backup ```