postgres-operator
postgres-operator copied to clipboard
logical-backup image not arm64 compatible
Please, answer some short questions which should help us to understand your problem / question better?
-
Which image of the operator are you using?
ghcr.io/zalando/postgres-operator:v1.10.0
-
Which image of logical-backup are you using?
registry.opensource.zalan.do/acid/logical-backup:v1.10.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? K3s
- Are you running Postgres Operator in production? yes
- Type of issue? Bug / Feature request
The logical-backup image is not working on arm64 as it's being built with an amd64 base. See:
➜ k logs -n matrix jobs/logical-backup-matrix-postgres-28054110
Found 7 pods, using pod/logical-backup-matrix-postgres-28054110-7jt7x
exec /dump.sh: exec format error
Yeah - so far only Spilo and operator have arm support. We plan to follow up with the rest of the images - UI, pooler and logical backup in the upcoming weeks.
Is there any help I can provide for this enhancement?
Has there been any progress on this?
Any update on this?
@FxKu can we track the fact that the pooler is not arm compatible either in this issue? or should I open a new one?
Hi @FxKu is there any roadmap for this, do you accept help on this?
ARM64 images for postgres-operator & postgres-operator-ui are not present on registry.opensource.zalan.do. But do exist on ghcr.io.
Should the default in the helm charts points point to the ghcr.io then?