Hello! How i can create a backup from the master only using a Patroni cluster?
Activity
konsmalakhov commentedon Dec 20, 2024
set up a backup to the address behind the load balancer that you use for patroni
bomuva commentedon Mar 6, 2025
It is impossible due to dynamic role allocation in patroni (the master role can switch between the different nodes)
A possible solution is to use the virtual cluster "IP+port" pointed to the master node. This worked for me.