From 90cc6a5cb4d7b8cda8edb4b90421088f81f4daec Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 26 Mar 2015 11:43:24 +0900 Subject: [PATCH] Add note about --initdb-no-pwprompt --- FAILOVER.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAILOVER.rst b/FAILOVER.rst index 3ed0820f..607d93ca 100644 --- a/FAILOVER.rst +++ b/FAILOVER.rst @@ -199,8 +199,9 @@ line: configuration. * A location for initializing its own $PGDATA. -It will also ask for the superuser password on the witness database so -it can reconnect when needed. +repmgr will also ask for the superuser password on the witness database so +it can reconnect when needed (the command line option --initdb-no-pwprompt +will set up a password-less superuser). Start the repmgrd daemons ------------------------- @@ -212,7 +213,6 @@ Log in to node2 and witness:: **Note:** The Master does not need a repmgrd daemon. - Suspend Automatic behavior ==========================