]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - CHANGELOG.md
Fix travis regex
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
index 4f44b7450c1e845245af1996335bd69711abbac6..e3aa069c7b50db07f26a282a415b9dc3d6916c36 100644 (file)
@@ -8,14 +8,14 @@
    * `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`
  * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
  Please check now if you have conflicts using:
-    * Go inside your database using `psql` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0`
+    * Go inside your database using `psql` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1`
     * If you have some results, it seems you have duplicate channels/accounts.
   For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
   The updated actors could have some federations issues
  * We now use Buster for the docker image, so the image name changed:
    * `production-stretch` becomes `production-buster`
    * `v2.x.x-stretch` becomes `v2.x.x-buster`
- * Users cannot create more than 20 channels now
+ * Users cannot create more than 20 channels now to avoid UX and actor name squatting issues
  * We added a warning if the `videos` directory is the same than the `redundancy` one in your configuration file: it can create some bugs
  
 ### Documentation