diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-06 03:08:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-06 03:08:37 +0000 |
commit | 43c0fa568b3e3689abd3d57eb058433f33c9df1c (patch) | |
tree | e3161c4e6c1f327bbb42e36ef5705978833702ad /doc/administration/postgresql | |
parent | 92106208758b8901436ec62ce19390b1ee652045 (diff) | |
download | gitlab-ce-43c0fa568b3e3689abd3d57eb058433f33c9df1c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/postgresql')
-rw-r--r-- | doc/administration/postgresql/replication_and_failover.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/postgresql/replication_and_failover.md b/doc/administration/postgresql/replication_and_failover.md index a273c6da7aa..ececa12f3ad 100644 --- a/doc/administration/postgresql/replication_and_failover.md +++ b/doc/administration/postgresql/replication_and_failover.md @@ -608,7 +608,7 @@ Here is a list and description of each machine and the assigned IP: All passwords are set to `toomanysecrets`. Do not use this password or derived hashes and the `external_url` for GitLab is `http://gitlab.example.com`. -After the initial configuration, if a failover occurs, the PostgresSQL leader node changes to one of the available secondaries until it is failed back. +After the initial configuration, if a failover occurs, the PostgreSQL leader node changes to one of the available secondaries until it is failed back. #### Example recommended setup for Consul servers |