aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-30 11:38:04 +0200
committerChocobozzz <me@florianbigard.com>2018-07-30 11:38:04 +0200
commit6af6cf831f0c76bc4646b82047733d1b4ef5e26c (patch)
tree81b6ca26cd2daafa6f21088b3c39b0b237f1d868 /CHANGELOG.md
parente04551d796adf69703a41af123207b2624237292 (diff)
downloadPeerTube-6af6cf831f0c76bc4646b82047733d1b4ef5e26c.tar.gz
PeerTube-6af6cf831f0c76bc4646b82047733d1b4ef5e26c.tar.zst
PeerTube-6af6cf831f0c76bc4646b82047733d1b4ef5e26c.zip
Clearer message regarding SQL extension commands in beta 10
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 1750316a2..40ecea67c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,7 @@
16 16
17This version is a pre release because it contains many important changes, and requires manual steps before upgrading. 17This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
18 18
19**Important:** Before upgrading run the following commands (no need to stop PeerTube): 19**Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
20 20
21``` 21```
22$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' 22$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'