Skip to content
Snippets Groups Projects
Commit 322e4703 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch '2786-pg-ha-setup-trying-to-connect-to-db-as-gitlab-consul-user' into 'master'

Resolve "PG HA setup trying to connect to db as gitlab-consul user"

Closes #2786

See merge request !1939
parents 98b7b998 a3964181
No related branches found
No related tags found
1 merge request!1939Resolve "PG HA setup trying to connect to db as gitlab-consul user"
Loading
Loading
@@ -26,6 +26,7 @@ omnibus-gitlab repository.
- Support LFS object storage options for GitLab EEP
- Upgrade ruby version to 2.3.5
- Upgrade libyaml version to 0.1.7
- Update failover_pgbouncer script to use the pgbouncer user for the database configuration
 
9.5.5
 
Loading
Loading
Loading
Loading
@@ -72,4 +72,4 @@ end
 
@log.info("Found master: #{newhost}")
 
Kernel.exit run_command("gitlab-ctl pgb-notify --newhost #{newhost} --user gitlab-consul --hostuser gitlab-consul")
Kernel.exit run_command("gitlab-ctl pgb-notify --newhost #{newhost} --user pgbouncer --hostuser gitlab-consul")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment