From 3c28fa033d089fcaecc3f1e03bbedaa559095245 Mon Sep 17 00:00:00 2001 From: Adam Birds Date: Sun, 28 Mar 2021 04:41:50 +0100 Subject: [PATCH] docs: Update documentation for new database user and dbname flags. Updated the install documentation to include the explanation of the two new install options `--postgresql-database-name` and `--postgresql-database-user`. --- docs/production/deployment.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/production/deployment.md b/docs/production/deployment.md index 49147f4087..fb3253fcc1 100644 --- a/docs/production/deployment.md +++ b/docs/production/deployment.md @@ -54,6 +54,16 @@ as well as those mentioned in the * `--postgresql-version`: Sets the version of PostgreSQL that will be installed. We currently support PostgreSQL 10, 11, 12, and 13. +* `--postgresql-database-name=exampledbname`: With this option, you + can customize the default database name. If you do not set this. The + default database name will be `zulip`. This setting can only be set + on the first install. + +* `--postgresql-database-user=exampledbuser`: With this option, you + can customize the default database user. If you do not set this. The + default database user will be `zulip`. This setting can only be set + on the first install. + * `--postgresql-missing-dictionaries`: Set `postgresql.missing_dictionaries` ([docs][doc-settings]) in the Zulip settings, which omits some configuration needed for full-text