diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/production.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 0bdc36da1..d1ebbd291 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -247,6 +247,12 @@ $ SQL_BACKUP_PATH="backup/sql-peertube_prod-$(date -Im).bak" && \ | |||
247 | sudo pg_dump -U peertube -W -h localhost -F c peertube_prod -f "$SQL_BACKUP_PATH" | 247 | sudo pg_dump -U peertube -W -h localhost -F c peertube_prod -f "$SQL_BACKUP_PATH" |
248 | ``` | 248 | ``` |
249 | 249 | ||
250 | Update your configuration file. **If some keys are missing, your upgraded PeerTube won't start!** | ||
251 | |||
252 | ``` | ||
253 | $ diff <(curl -s https://raw.githubusercontent.com/Chocobozzz/PeerTube/develop/config/production.yaml.example) /home/peertube/config/production.yaml | ||
254 | ``` | ||
255 | |||
250 | Upgrade PeerTube: | 256 | Upgrade PeerTube: |
251 | 257 | ||
252 | ``` | 258 | ``` |