aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-23 08:58:02 +0200
committerChocobozzz <me@florianbigard.com>2022-05-23 08:58:02 +0200
commit53679c111ed8b4f86317414e59a9178a6d9c83e5 (patch)
treee6c70370724ddf4f7757083219944704f1016742 /CHANGELOG.md
parentd437596f864cd483e014d95c6198bb6560e0fc6d (diff)
downloadPeerTube-53679c111ed8b4f86317414e59a9178a6d9c83e5.tar.gz
PeerTube-53679c111ed8b4f86317414e59a9178a6d9c83e5.tar.zst
PeerTube-53679c111ed8b4f86317414e59a9178a6d9c83e5.zip
Add info about migration
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54b4b3849..a1cd547d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
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
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: 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:
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` 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`
9 * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube 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`