mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
@@ -203,6 +203,9 @@ 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
|
it can reconnect when needed (the command line option --initdb-no-pwprompt
|
||||||
will set up a password-less superuser).
|
will set up a password-less superuser).
|
||||||
|
|
||||||
|
By default the witness server will listen on port 5499; this value can be overridden
|
||||||
|
with the -l/--local-port option.
|
||||||
|
|
||||||
Start the repmgrd daemons
|
Start the repmgrd daemons
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|||||||
3
repmgr.c
3
repmgr.c
@@ -58,7 +58,8 @@
|
|||||||
#define TABLESPACE_MAP "tablespace_map"
|
#define TABLESPACE_MAP "tablespace_map"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WITNESS_DEFAULT_PORT "5499"
|
#define WITNESS_DEFAULT_PORT "5499" /* If this value is ever changed, remember
|
||||||
|
* to update comments and documentation */
|
||||||
|
|
||||||
#define NO_ACTION 0 /* Dummy default action */
|
#define NO_ACTION 0 /* Dummy default action */
|
||||||
#define MASTER_REGISTER 1
|
#define MASTER_REGISTER 1
|
||||||
|
|||||||
Reference in New Issue
Block a user