From 6af6cf831f0c76bc4646b82047733d1b4ef5e26c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Jul 2018 11:38:04 +0200 Subject: [PATCH] Clearer message regarding SQL extension commands in beta 10 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1750316a2..40ecea67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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;' -- 2.25.1