Open
Description
- Which image of the operator are you using?
registry.opensource.zalan.do/acid/postgres-operator:v1.5.0 - Where do you run it - cloud or metal? Kubernetes or OpenShift?
Azure AKS & Google GKE - Are you running Postgres Operator in production?
yes - Type of issue?
feature request
Hello
It seems from the docs of the operator (https://postgres-operator.readthedocs.io/en/latest/user/#setting-up-a-standby-cluster)
That there is no option to choose basebackup as create_replica_method.
But it is possible from patroni docs (https://github.com/zalando/patroni/blob/master/docs/replica_bootstrap.rst#standby-cluster)
This would be really useful to enable smooth migrations from clutsers not hosted in AWS.
BTW: Even if I try to use s3 compatible storage (e.g: minio), Still the operator is very AWS oriented. (no simple s3 path, but region,endpoint and bucket)