From 21e73020142635f0b1b2c8694a6b5164437954b9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 13 Dec 2022 13:51:50 +0100 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3232a4b..182beb67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ * **Important** You need to manually execute a migration script after your upgrade to migrate private/internal video files: * 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-5.0.js` * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js` - * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 + * Configuration changes (`config/production.yaml`): + * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 + * `object_storage.upload_acl` is now a parent key that you must update * You must update your nginx configuration: * We introduced a new `location` for plugin websocket routes * We introduced a new `location` for private videos files