aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/production.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index 8f3a17f12..81748ae16 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -38,6 +38,7 @@ or use `adduser` to create it interactively.
38Create the production database and a peertube user inside PostgreSQL: 38Create the production database and a peertube user inside PostgreSQL:
39 39
40``` 40```
41$ cd /var/www/peertube
41$ sudo -u postgres createuser -P peertube 42$ sudo -u postgres createuser -P peertube
42``` 43```
43 44