Clearer message regarding SQL extension commands in beta 10
authorChocobozzz <me@florianbigard.com>
Mon, 30 Jul 2018 09:38:04 +0000 (11:38 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 30 Jul 2018 09:38:04 +0000 (11:38 +0200)
CHANGELOG.md

index 1750316a262d1d1ebd66e297c07aa210cd16e0c3..40ecea67c9726222d274b2a02b185ef2c2314472 100644 (file)
@@ -16,7 +16,7 @@
 
 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
 
-**Important:** Before upgrading run the following commands (no need to stop PeerTube):
+**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;'