diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-04 14:52:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-04 14:54:11 +0100 |
commit | e436baf0b00b3ecf3731aeba02437ebe4906ac5f (patch) | |
tree | 8d5adbc569fae92d8cf0a8fafcac41faed6cc248 /CHANGELOG.md | |
parent | 0ffd6d32c13b3b59f96a212ebfd324ba06cbdf1f (diff) | |
download | PeerTube-e436baf0b00b3ecf3731aeba02437ebe4906ac5f.tar.gz PeerTube-e436baf0b00b3ecf3731aeba02437ebe4906ac5f.tar.zst PeerTube-e436baf0b00b3ecf3731aeba02437ebe4906ac5f.zip |
Specify the upgrade script needs a restart
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c573b12ed..cd9f2036d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
7 | * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (can be executed after your upgrade, while your PeerTube instance is running) to create HLS video torrents: | 7 | * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (must be executed after the upgrade and a PeerTube restart, while your instance is running) to create HLS video torrents: |
8 | * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js` | 8 | * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js` |
9 | * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs. | 9 | * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs. |
10 | Please check now if you have conflicts using: | 10 | Please check now if you have conflicts using: |