specify where to finish database HA setup
This commit is contained in:
parent
34f3d8999a
commit
00119a5b6d
1 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue