Commit 88291fff authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'docs/build-23-specify-password' into 'master'

Specify which password should be used on Pgbouncer

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

See merge request gitlab-org/gitlab-ee!3400
parents e8fab2de f605eab7
......@@ -437,7 +437,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