postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Standby Cluster support with stream changes from archived WAL files on Azure Storage

Open TusharNagar211 opened this issue 3 years ago • 1 comments

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 !!

TusharNagar211 avatar Jun 01 '22 18:06 TusharNagar211

It's possible. Simply not implemented yet from the operator side. Maybe you want to go ahead? Shouldn't be too hard following the other AWS and GCP examples in the code. We are not using Azure, so it would be good to have a user from the community implement and test it.

FxKu avatar Jun 15 '22 17:06 FxKu