Add FAQ item about repmgr permissions in pg_hba.conf

This commit is contained in:
Ian Barwick
2015-10-27 18:24:02 +09:00
parent 249ac7c72a
commit d14dcb3d8b

8
FAQ.md
View File

@@ -106,6 +106,14 @@ General
If you later decide to run `repmgrd`, you just need to add
`shared_preload_libraries = 'repmgr_funcs'` and restart PostgreSQL.
- I've provided replication permission for the `repmgr` user in `pg_hba.conf`
but `repmgr`/`repmgrd` complains it can't connect to the server... Why?
`repmgr`/`repmgrd` need to be able to connect to the repmgr database
with a normal connection to query metadata. The `replication` connection
permission is for PostgreSQL's streaming replication and doesn't
necessarily need to be the `repmgr` user.
`repmgrd`
---------