aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
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
2923**Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*): 2923**Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
2924 2924
2925``` 2925```
2926$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' 2926sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
2927$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' 2927sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
2928``` 2928```
2929 2929
2930You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html). 2930You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).