Clearer message regarding SQL extension commands in beta 10
This commit is contained in:
parent
e04551d796
commit
6af6cf831f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
|
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;'
|
$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
|
||||||
|
|
Loading…
Reference in a new issue