diff options
-rw-r--r-- | CHANGELOG.md | 3 |
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` |