Maksim Bazhin
Maksim Bazhin
@godzilla-s you need to check logs of pod acid-test-0 This trouble is occured because acid-test-0 can't connect to S3 storage for make base backup and archive wal files. And acid-test-1...
Oh, I spent a lot of time to force the operator to make backup to S3. We have S3 from minio. First you need to set parametr "pod_environment_configmap" in postgresql-operator-default-configuration.yaml...
+1 for publishing Dockerfile of pgBouncer
Thank you very much @FxKu! This workaround sounds good. But is there a way to force operator run sync operation early? For example via send a request to service postgres-operator.
Thank you very much @FxKu for your answers! Could you give me advise please. I want to try make a PR with switchover functionality via operator. How do you think...
@bitbreakr for using configmap you must set pod_environment_configmap setting in operator's parameters [via-configmap](https://postgres-operator.readthedocs.io/en/latest/administrator/#via-configmap)
Oh! I also faced this problem :( I think the problem is started from this place [https://github.com/zalando/postgres-operator/blob/master/pkg/cluster/cluster.go#L830](https://github.com/zalando/postgres-operator/blob/master/pkg/cluster/cluster.go#L830) For starting syncing statefulsets process oldSs and newSs have to be different. [Olds](https://github.com/zalando/postgres-operator/blob/master/pkg/cluster/cluster.go#L817)...
I had same problem. And this works for me only in old style like: **CRD:** ```apiVersion: "acid.zalan.do/v1" kind: OperatorConfiguration metadata: name: postgresql-operator-default-configuration configuration: ... infrastructure_roles_secret_name: "postgresql-infrastructure-roles" ... ``` **Secret:** ```apiVersion:...
@Andersson007 hello! I have the same problem. I am using ``` ansible 9.1.0 ansible-core 2.16.2 ``` And when I run next tasks ``` - name: Get existing users from MySQL...
Thanks everyone for participating! I opened [issue](https://github.com/ansible/ansible/issues/82502) to ansible-core team. I think we can close this issue.