mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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`.
This commit is contained in:
parent
73b4ac5793
commit
3c28fa033d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user