Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
521fcf4f
Commit
521fcf4f
authored
Aug 21, 2017
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about .pgpass to PG HA documentation
parent
ced578ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/administration/high_availability/alpha_database.md
doc/administration/high_availability/alpha_database.md
+7
-0
No files found.
doc/administration/high_availability/alpha_database.md
View file @
521fcf4f
...
@@ -252,6 +252,13 @@ After reconfigure successfully runs, the following steps must be completed to ge
...
@@ -252,6 +252,13 @@ After reconfigure successfully runs, the following steps must be completed to ge
```
```
##### On the pgbouncer node
##### On the pgbouncer node
1. Create a `
.pgpass
` file user for the `
CONSUL_USER
` account to be able to reload pgbouncer
```
# gitlab-ctl write-pgpass --host PGBOUNCER_HOSE --database pgbouncer --user gitlab-consul
Please enter password: ****
Confirm password: ****
```
1. Ensure the node is talking to the current master
1. Ensure the node is talking to the current master
```
```
# /opt/gitlab/embedded/bin/psql -h 127.0.0.1 -p 6432 -d pgbouncer pgbouncer # You will be prompted for PGBOUNCER_PASSWORD
# /opt/gitlab/embedded/bin/psql -h 127.0.0.1 -p 6432 -d pgbouncer pgbouncer # You will be prompted for PGBOUNCER_PASSWORD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment