postgrespro/pg_probackup

Ability to work only with a master/replica

rus-99-pk opened this issue · 2 comments

Hello!

How i can create a backup from the master only using a Patroni cluster?

Hello!

How i can create a backup from the master only using a Patroni cluster?

set up a backup to the address behind the load balancer that you use for patroni

set up a backup to the address behind the load balancer that you use for patroni

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.