mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: various fixes for "manual" failover mode
This commit is contained in:
@@ -54,9 +54,6 @@ while(<$fh>) {
|
||||
if ($param eq 'node') {
|
||||
push @outp, qq|node_id=${value}|;
|
||||
}
|
||||
elsif ($param eq 'failover') {
|
||||
push @outp, qq|failover_mode=${value}|;
|
||||
}
|
||||
elsif ($param eq 'loglevel') {
|
||||
push @outp, qq|log_level=${value}|;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user