1
0
Fork 0

Update Guide for upgrade procedure (#281) (#291)

This commit is contained in:
SVNET Libre 2018-02-14 11:03:39 +01:00 committed by Chocobozzz
parent f2f1118f17
commit 1007a0185f
1 changed files with 12 additions and 0 deletions

View 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
```