From 97c95254799cc89605577ddd9a486205f9783ff6 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 12 Mar 2015 20:34:08 +0530 Subject: [PATCH] Note what to do with the names --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b238be..e98c8c64 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,9 @@ running the following commands: createdb repmgr -O repmgr We recommend using the name `repmgr` for both, but you can use whatever -name you like. `repmgr` will create the schema and objects it needs when -it connects to the server. +name you like (and you need to set the names you chose in the `conninfo` +string in `repmgr.conf`; see below). `repmgr` will create the schema and +objects it needs when it connects to the server. ### repmgr configuration