aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-20 15:41:17 +0100
committerChocobozzz <me@florianbigard.com>2020-01-20 15:41:58 +0100
commita56053a2a49431aeddcf8bcdd804b2e0abb93621 (patch)
treef448f60fc254ad47a30ab728c1d7708ec72de92c /CHANGELOG.md
parent5fbd08be3749e08662b39b3ff74bbd5b458063ef (diff)
downloadPeerTube-a56053a2a49431aeddcf8bcdd804b2e0abb93621.tar.gz
PeerTube-a56053a2a49431aeddcf8bcdd804b2e0abb93621.tar.zst
PeerTube-a56053a2a49431aeddcf8bcdd804b2e0abb93621.zip
Fix SQL query in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa0035a91..e3aa069c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@
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:
11 * Go inside your database using `psql` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0` 11 * Go inside your database using `psql` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1`
12 * If you have some results, it seems you have duplicate channels/accounts. 12 * If you have some results, it seems you have duplicate channels/accounts.
13 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). 13 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
14 The updated actors could have some federations issues 14 The updated actors could have some federations issues