]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add info about migration
authorChocobozzz <me@florianbigard.com>
Mon, 23 May 2022 06:58:02 +0000 (08:58 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 23 May 2022 06:58:02 +0000 (08:58 +0200)
CHANGELOG.md

index 54b4b3849c6f4d34d27983ecb5e4cc6cea4dc2ab..a1cd547d94e5af7f15629e56a6ebf14ebe6e09ad 100644 (file)
@@ -4,6 +4,7 @@
 
 ### IMPORTANT NOTES
 
+ * **Important** SQL migrations (in particular `0685-multiple-actor-images`) can take several minutes to complete
  * **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:
    * 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`
    * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.2.js`