mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-26 15:40:21 +00:00
1. use the default port is 5432 when only standby_cluster.host is defined 2. check that standby_cluster replica can be bootstrapped without connection to the standby_cluster leader against `create_replica_methods` defined in the `standby_cluster` config instead of the `postgresql` section. 3. Don't fallback to the create_replica_methods defined in the `postgresql` section when bootstrapping a member of the standby cluster. 4. Make sure we specify the database when connecting to the leader.