From c11fc2d9de28b7de30fa970b2c481f598b65098f Mon Sep 17 00:00:00 2001 From: philippe lhardy Date: Mon, 1 Mar 2021 09:18:08 +0100 Subject: postgres creatuser password comment user experience, usualy way is to hit enter whern no indication is given, so make it explicit. --- support/doc/production.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'support/doc') diff --git a/support/doc/production.md b/support/doc/production.md index fcb379a8a..4eb3111f0 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -39,9 +39,16 @@ Create the production database and a peertube user inside PostgreSQL: ``` $ sudo -u postgres createuser -P peertube +``` + +Here you should enter a password for postgresql user peertube, it should be copied in production.yaml file. +Don’t just hit enter else it will be empty, default production yaml uses peertube here, but it is better you pick a stronger one. + +``` $ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod ``` + Then enable extensions PeerTube needs: ``` -- cgit v1.2.3