From a8b5ce95f5e9cb71079e5d3606eab14f65d4b57a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Feb 2018 11:09:02 +0100 Subject: Better upgrade script consistency --- support/doc/production.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'support') diff --git a/support/doc/production.md b/support/doc/production.md index e3187d481..06a51dedf 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -289,19 +289,17 @@ $ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/conf ``` ## Upgrade -#### Auto -Via the bash Script : +#### Auto (minor versions only) ``` -$ su - peertube -$ cd scripts && ./upgrade.sh -$ exit -$ systemctl restart peertube -$ systemctl status peertube +$ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh +$ diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml +$ sudo systemctl restart peertube && sudo journalctl -fu peertube ``` -#### Manuel +#### Manually + Make a SQL backup ``` @@ -336,7 +334,7 @@ Copy new configuration defaults values and update your configuration file: ``` $ sudo -u peertube cp /var/www/peertube/versions/peertube-${VERSION}/config/default.yaml /var/www/peertube/config/default.yaml -$ diff /var/www/peertube/versions/peertube-${VERSION}/config//production.yaml.example /var/www/peertube/config/production.yaml +$ diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml ``` Change the link to point to the latest version: -- cgit v1.2.3