diff options
author | Ian Baum <ibaum@gitlab.com> | 2017-05-10 16:37:20 -0500 |
---|---|---|
committer | Ian Baum <ibaum@gitlab.com> | 2017-05-10 16:37:20 -0500 |
commit | 50d1f2007bad614687d635e056354c3c64f67b9d (patch) | |
tree | 68aa18f0d73e84d4d8b696dc8466b6d8310cee51 /doc/administration/high_availability/README.md | |
parent | f1297157e0fba985136d10028cc5cb774c0ea747 (diff) | |
download | gitlab-ce-add-pgbouncer-documentation.tar.gz |
Cleanup database documention for HAadd-pgbouncer-documentation
* Add more details about password management.
* Consistently use the term `secondary` for the backupd database
instance.
* Remove faulty instructions for creating pg_trgm extension
Diffstat (limited to 'doc/administration/high_availability/README.md')
-rw-r--r-- | doc/administration/high_availability/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/administration/high_availability/README.md b/doc/administration/high_availability/README.md index b2b314d8ce5..d5a5aef7ec0 100644 --- a/doc/administration/high_availability/README.md +++ b/doc/administration/high_availability/README.md @@ -22,7 +22,6 @@ if the database, Redis and storage are also configured as such. Follow the steps below to configure an active/active setup: 1. [Configure the database](database.md) -1. [Configure PgBouncer](pgbouncer.md) 1. [Configure Redis](redis.md) 1. [Configure NFS](nfs.md) 1. [Configure the GitLab application servers](gitlab.md) |