From 1007a0185f5e3c1330a78f07d60f8dda9f5ddd15 Mon Sep 17 00:00:00 2001 From: SVNET Libre Date: Wed, 14 Feb 2018 11:03:39 +0100 Subject: [PATCH] Update Guide for upgrade procedure (#281) (#291) --- support/doc/production.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ```