Hi Team,
We have a postgresql extended by timeseries database on EC2 instance in the cluster. There are 2 nodes and for high-availability Patroni ,ETCD is being used. So one node will be leader with running state and another will replica streaming state(Based on failover happens node leader node might get changed to replica and viseversa). both nodes have their dedicated data directory attached with dedicated FSxs.
Now we are trying to create pgbackrest on the same cluster however on the different server and backup storage we have configured with s3 bucket. so whenever we try to run stanza backup command timeout used to occur. so we have changed archive-timeout = 1d still files are generated in leader’s machine in .ready state but not coming to .done state and that’s why its not reaching to
s3 bucket as well.
Kindly help over this issue