projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f1118
)
Update Guide for upgrade procedure (#281) (#291)
author
SVNET Libre
<svnet@brique.svnet.fr>
Wed, 14 Feb 2018 10:03:39 +0000
(11:03 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 14 Feb 2018 10:03:39 +0000
(11:03 +0100)
support/doc/production.md
patch
|
blob
|
history
diff --git
a/support/doc/production.md
b/support/doc/production.md
index b5e5dd9cffbcae91dc063fca9f21c60d07928edf..ba76a81cfcee9cf2499884ebcb97953ef415aba7 100644
(file)
--- 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
```