mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
README.md: add note about setting repmgr user search path
This commit is contained in:
12
README.md
12
README.md
@@ -144,10 +144,14 @@ running the following commands:
|
|||||||
createuser -s repmgr
|
createuser -s repmgr
|
||||||
createdb repmgr -O repmgr
|
createdb repmgr -O repmgr
|
||||||
|
|
||||||
We recommend using the name `repmgr` for both, but you can use whatever
|
We recommend using the name `repmgr` for both user and database, but you
|
||||||
name you like (and you need to set the names you chose in the `conninfo`
|
can use whatever name you like (and you need to set the names you chose
|
||||||
string in `repmgr.conf`; see below). `repmgr` will create the schema and
|
in the `conninfo` string in `repmgr.conf`; see below). We also recommend
|
||||||
objects it needs when it connects to the server.
|
that you set the `repmgr` user's search path to include the `repmgr` schema
|
||||||
|
for convenience when querying the metadata tables and views.
|
||||||
|
|
||||||
|
The `repmgr` application will create its metadata schema in the `repmgr`
|
||||||
|
database when the master server is registered.
|
||||||
|
|
||||||
### repmgr configuration
|
### repmgr configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user