mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 23:26:30 +00:00
Use 100 as the default priority; 0 or less means node will never be promoted
This commit is contained in:
@@ -44,7 +44,7 @@ INSERT INTO repl_nodes
|
||||
cluster,
|
||||
name,
|
||||
conninfo,
|
||||
priority
|
||||
priority + 100
|
||||
FROM repl_nodes2_0;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user