Jonathon Beauregard II
Jonathon Beauregard II
Had to redo test cluster for new tests. This time I attempted to restore to an exact replica, same pod specs and everything, failed twice. [acid-example-test6-0_postgres.log](https://github.com/zalando/postgres-operator/files/15098305/acid-example-test6-0_postgres.log) [acid-example-test7-0_postgres.log](https://github.com/zalando/postgres-operator/files/15098306/acid-example-test7-0_postgres.log) [postgres-operator-7469cf8c5b-7pbcf_postgres-operator.log](https://github.com/zalando/postgres-operator/files/15098334/postgres-operator-7469cf8c5b-7pbcf_postgres-operator.log)
Cloning from [existing master](https://postgres-operator.readthedocs.io/en/refactoring-sidecars/user/#how-to-clone-an-existing-postgresql-cluster) works, but is greatly limited by the fact that it has to be the exact same namespace. We are only using it right now cause we...
been tinkering around and retrying, just got this result with seamingly no change. ``` 2022-12-29 22:52:05,134 - bootstrapping - INFO - Figuring out my environment (Google? AWS? Openstack? Local?) 2022-12-29...
**I think pgpool was interferring and causing this, see last comment for actual problem with setting up standby** _____ Increased it, still can't get through ``` Thu, Dec 29 2022...
OK so pgpool was being a pain, so connecting directly to a replica on the source cluster. Got all the way through, then the pod that the operator made failed....
On and off I have not been able to get this working. I have tried replication from the replica and the master, no different. Same error of `no such file`
This happens to me too. No matter what I delete, I can not recreate a new cluster with the same name. I have deleted the PV and namespace itself, but...
Ok so my searching lead me to this: https://github.com/zalando/patroni/issues/1744 What I did was delete nodes 1 and 2 and their pvs after initial cluster creation. After that it worked. This...
Same. I had given up trying to [migrate](https://github.com/ansible/awx-operator/issues/1524), and went to just setup a clean install and just manually set it up. Reverted back to 2.5.2 to get around this....
@dahendel Can you tell me what external postgres you are using, and share your values for it and awx-operator?