aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/production.md12
1 files changed, 12 insertions, 0 deletions
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
258``` 258```
259 259
260## Upgrade 260## Upgrade
261#### Auto
261 262
263Via the bash Script :
264
265```
266$ su - peertube
267$ cd scripts && ./upgrade.sh
268$ exit
269$ systemctl restart peertube
270$ systemctl status peertube
271```
272
273#### Manuel
262Make a SQL backup 274Make a SQL backup
263 275
264``` 276```