mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-30 16:19:24 +00:00
Basically this is rollback to the original decision tree with the small exception: 1 - If leader is defined and it's not me - then slave would be started immidiately with the correct recovery conf. 2 - If leader is defined in and it's my host, then it will start instance in readonly (but without primary_conninfo in recovery.conf) 3 - And the third case - if the leader is not defined - it also will start instance in readonly, without primary_conninfo. After performing 2 or 3 it will perform usual decision tree.