mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Add option "--initdb-no-pwprompt"
Previously repmgr passed the -W flag to initdb, which forced manual input of a password; this option removes the -W flag to make repetitive testing easier. Conflicts: repmgr.c repmgr.h
This commit is contained in:
3
repmgr.h
3
repmgr.h
@@ -62,6 +62,7 @@ typedef struct
|
||||
bool force;
|
||||
bool wait_for_master;
|
||||
bool ignore_rsync_warn;
|
||||
bool initdb_no_pwprompt;
|
||||
bool fast_checkpoint;
|
||||
|
||||
char masterport[MAXLEN];
|
||||
@@ -71,6 +72,6 @@ typedef struct
|
||||
int keep_history;
|
||||
} t_runtime_options;
|
||||
|
||||
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, false, "", "", 0}
|
||||
#define T_RUNTIME_OPTIONS_INITIALIZER { "", "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, false, false, "", "", 0}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user