From 63e4d84f114b6ea90f0697ca452ccf281ac5395d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Nov 2021 14:37:38 +0100 Subject: [PATCH] Add migration note in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6a13e39..d8e909cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### IMPORTANT NOTES + * **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: + * 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` + * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.0.js` * **Important** We fixed configuration inconsistencies and added some keys. **You must change/add them in your production.yaml** * `log.rotation.maxFileSize` becomes `log.rotation.max_file_size` * `log.rotation.maxFiles` becomes `log.rotation.max_files` -- 2.41.0