From 6a3391bcede8e7a2bec83963221c112e6752b1a8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 25 May 2021 11:15:18 +0200 Subject: [PATCH] cd /var/www/peertube in prod guide Avoid running db creation in /root directory --- support/doc/production.md | 1 + 1 file changed, 1 insertion(+) 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. Create the production database and a peertube user inside PostgreSQL: ``` +$ cd /var/www/peertube $ sudo -u postgres createuser -P peertube ``` -- 2.41.0