aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-25 14:37:38 +0100
committerChocobozzz <me@florianbigard.com>2021-11-25 14:37:38 +0100
commit63e4d84f114b6ea90f0697ca452ccf281ac5395d (patch)
treeb75b5bfcac3ebd50a414316c571ac110d79fce8e /CHANGELOG.md
parent7226e90fdc61a3c6cad5ccab18b6707d55cf0992 (diff)
downloadPeerTube-63e4d84f114b6ea90f0697ca452ccf281ac5395d.tar.gz
PeerTube-63e4d84f114b6ea90f0697ca452ccf281ac5395d.tar.zst
PeerTube-63e4d84f114b6ea90f0697ca452ccf281ac5395d.zip
Add migration note in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf6a13e39..d8e909cdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
4 4
5### IMPORTANT NOTES 5### IMPORTANT NOTES
6 6
7 * **Important** You need to execute manually a migration script (can be executed after your upgrade, while your PeerTube instance is running) to migrate HLS files name:
8 * Classic installation: `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-4.0.js`
9 * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.0.js`
7 * **Important** We fixed configuration inconsistencies and added some keys. **You must change/add them in your production.yaml** 10 * **Important** We fixed configuration inconsistencies and added some keys. **You must change/add them in your production.yaml**
8 * `log.rotation.maxFileSize` becomes `log.rotation.max_file_size` 11 * `log.rotation.maxFileSize` becomes `log.rotation.max_file_size`
9 * `log.rotation.maxFiles` becomes `log.rotation.max_files` 12 * `log.rotation.maxFiles` becomes `log.rotation.max_files`