Commit f605eab7 authored by Richard Clamp's avatar Richard Clamp

Specify which password should be used on Pgbouncer

It was a little unclear which password we should specify; it turns out
it's the pgbouncer password, which is used by consul to signal to the
pgbouncer service it should reload.

https://gitlab.com/gitlab-org/build/team-tasks/issues/37
parent 9c97a635
......@@ -431,7 +431,7 @@ Repeat the above steps on all secondary nodes.
### Pgbouncer node
1. Create a `.pgpass` file user for the `CONSUL_USER` account to be able to
reload pgbouncer. Confirm the password twice when asked:
reload pgbouncer. Confirm `PGBOUNCER_PASSWORD` twice when asked:
```sh
gitlab-ctl write-pgpass --host PGBOUNCER_HOST --database pgbouncer --user pgbouncer --hostuser gitlab-consul
......
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