FilipBB
FilipBB
> etcd cluster and Postgres cluster are different clusters and etcd has its own leader. Ok, I see. The postgres and ansible logs just show the same as I posted...
Ok, sure, thanks.
Basically, here's the procedure I used: - Create a 3 node cluster with deploy_pgcluster.yml (Postgres v16) - Create a table in the database - Run a backup manually with pgbackrest...
So, interestingly, I did the following: - stopped postgres and patroni ``` sudo -u postgres /usr/lib/postgresql/16/bin/pg_ctl stop -D /data/db -m fast -w -t 1800 systemctl stop patroni ``` - restore...
I spoke too soon, if I run "deploy_pgcluster.yml --tags point_in_time_recovery" again after the previous steps it will fail on the master as before (recovery/restart loop) So I have to do:...
Hello, sorry I don't have a lot of time to do testing right now. I was able to restore full backups without issues so I'm not using PITR for the...
Ok, thanks, yes it'd be nice to have this so we don't have to set it manually after the LB is created.