mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Force utf8 when creating the database
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user