postgres-operator
postgres-operator copied to clipboard
Standby Cluster support with stream changes from archived WAL files on Azure Storage
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.8.1
- Where do you run it - cloud or metal? Kubernetes
- Are you running Postgres Operator in production?** no
- Type of issue? I have archived the WAL files on the Azure Storage account through configmap and secrets that gets populated through enviornment secret. I would like to spin up a standby cluster. The administration document supports or mentions only abound the S3 and GCP. Is this not possible on Azure ? Ref: https://github.com/zalando/postgres-operator/blob/master/docs/user.md#setting-up-a-standby-cluster I would not like to clone from remote primary.
Thanks !!