mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 07:36:30 +00:00
Update README with better two-node example output
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -525,7 +525,7 @@ do_standby_register(void)
|
||||
|
||||
log_info(_("%s connecting to standby database\n"), progname);
|
||||
conn = establishDBConnection(options.conninfo, true);
|
||||
|
||||
|
||||
/* should be v9 or better */
|
||||
log_info(_("%s connected to standby, checking its state\n"), progname);
|
||||
pg_version(conn, standby_version);
|
||||
@@ -1128,7 +1128,7 @@ do_standby_promote(void)
|
||||
log_err("There is a master already in this cluster\n");
|
||||
exit(ERR_BAD_CONFIG);
|
||||
}
|
||||
|
||||
|
||||
log_notice(_("%s: Promoting standby\n"), progname);
|
||||
|
||||
/* Get the data directory full path and the last subdirectory */
|
||||
|
||||
Reference in New Issue
Block a user