1
0
Fork 0

Improve changelog

This commit is contained in:
Chocobozzz 2022-12-13 13:51:50 +01:00
parent ce502d09a9
commit 21e7302014
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -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