projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5fcd9f
)
Force utf8 when creating the database
author
Chocobozzz
<me@florianbigard.com>
Wed, 29 Jan 2020 10:48:19 +0000
(11:48 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 29 Jan 2020 10:48:19 +0000
(11:48 +0100)
support/doc/production.md
patch
|
blob
|
history
diff --git
a/support/doc/production.md
b/support/doc/production.md
index 8f061f8680de5dadb3b70ea340016380e88fd46e..6febaba5d4e79694bc1fa8f332d17fde3264b9c5 100644
(file)
--- a/
support/doc/production.md
+++ b/
support/doc/production.md
@@
-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: