Commit 19910a69 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'docs/build-45-consul-pgbouncer-pgpass-host' into 'master'

Correct the host used for consul->pgbouncer pgpass

Closes gitlab-org/build/team-tasks#45

See merge request gitlab-org/gitlab-ee!3426
parents 455ffc96 7a53ba0f
......@@ -444,7 +444,7 @@ Repeat the above steps on all secondary nodes.
reload pgbouncer. Confirm `PGBOUNCER_PASSWORD` twice when asked:
```sh
gitlab-ctl write-pgpass --host PGBOUNCER_HOST --database pgbouncer --user pgbouncer --hostuser gitlab-consul
gitlab-ctl write-pgpass --host 127.0.0.1 --database pgbouncer --user pgbouncer --hostuser gitlab-consul
```
1. Ensure the node is talking to the current master:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment