X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=e0063ff087b645879b4d091f055a5a67b4dd7eeb;hb=3b75186a315eb748b63231e833127229a87ec4d7;hp=0d692f298abbd2d16891ddcfbccd5f2e8222a1b9;hpb=10fbf3e3b57668cb628d08558275c58304aef45a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d692f298..e0063ff08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2923,8 +2923,8 @@ This version is a pre release because it contains many important changes, and re **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*): ``` -$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' -$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' +sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' +sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' ``` You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).