diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-24 16:39:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-24 16:39:19 +0200 |
commit | c501cdef27e6769b7d2a13ac7b6deeb2e61eee46 (patch) | |
tree | 11cd3ae5b1bd3498d529b92a27d8378fa64b31b2 /CHANGELOG.md | |
parent | 600befbd6104a5062bfad592bf364f1a13740767 (diff) | |
download | PeerTube-c501cdef27e6769b7d2a13ac7b6deeb2e61eee46.tar.gz PeerTube-c501cdef27e6769b7d2a13ac7b6deeb2e61eee46.tar.zst PeerTube-c501cdef27e6769b7d2a13ac7b6deeb2e61eee46.zip |
Add nginx update to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f3724a3bf..ca27aa3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,10 +4,11 @@ | |||
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
7 | * **Important** SQL migrations (in particular `0685-multiple-actor-images`) can take several minutes to complete | ||
8 | * **Important** You need to execute manually a migration script (can be executed after your upgrade, while your PeerTube instance is running) to generate smaller avatar miniatures: | 7 | * **Important** You need to execute manually a migration script (can be executed after your upgrade, while your PeerTube instance is running) to generate smaller avatar miniatures: |
9 | * 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.2.js` | 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.2.js` |
10 | * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.2.js` | 9 | * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.2.js` |
10 | * **Important** SQL migrations (in particular `0685-multiple-actor-images`) can take several minutes to complete | ||
11 | * **Important** You must update your nginx configuration to support video web editor: https://docs.joinpeertube.org/install-any-os?id=nginx | ||
11 | * REST API: | 12 | * REST API: |
12 | * `PUT /api/v1/videos/{id}/watching` is deprecated, use `POST /api/v1/videos/videos/{id}/views` instead: https://docs.joinpeertube.org/api-rest-reference.html#operation/addView | 13 | * `PUT /api/v1/videos/{id}/watching` is deprecated, use `POST /api/v1/videos/videos/{id}/views` instead: https://docs.joinpeertube.org/api-rest-reference.html#operation/addView |
13 | 14 | ||