Force utf8 when creating the database

pull/2438/head
Chocobozzz 2020-01-29 11:48:19 +01:00
parent f5fcd9f725
commit 0539dba824
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Create the production database and a peertube user inside PostgreSQL:
```
$ sudo -u postgres createuser -P peertube
$ sudo -u postgres createdb -O peertube peertube_prod
$ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod
```
Then enable extensions PeerTube needs: