summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-03-06 17:17:11 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2017-03-06 17:17:11 +0000
commit00119a5b6deb7c07a39b636418b18d252ff5c931 (patch)
tree57a5c7c7832a3cec1d06b3677398aa9e6bcf2e21
parent34f3d8999a10b14edd0a440cac7b40d11589b54c (diff)
downloadgitlab-ce-00119a5b6deb7c07a39b636418b18d252ff5c931.tar.gz
specify where to finish database HA setup
-rw-r--r--doc/administration/high_availability/database.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/administration/high_availability/database.md b/doc/administration/high_availability/database.md
index e4f94eb7cb6..0a08591c3ce 100644
--- a/doc/administration/high_availability/database.md
+++ b/doc/administration/high_availability/database.md
@@ -16,7 +16,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
1. Set up a `gitlab` username with a password of your choice. The `gitlab` user
needs privileges to create the `gitlabhq_production` database.
1. Configure the GitLab application servers with the appropriate details.
- This step is covered in [Configuring GitLab for HA](gitlab.md)
+ This step is covered in [Configuring GitLab for HA](gitlab.md).
## Configure using Omnibus
@@ -105,6 +105,8 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
1. Exit the database prompt by typing `\q` and Enter.
1. Exit the `gitlab-psql` user by running `exit` twice.
1. Run `sudo gitlab-ctl reconfigure` a final time.
+1. Configure the GitLab application servers with the appropriate details.
+ This step is covered in [Configuring GitLab for HA](gitlab.md).
---