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

logical-backup image not arm64 compatible

Open sinuscosinustan opened this issue 1 year ago • 7 comments

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

sinuscosinustan avatar May 05 '23 05:05 sinuscosinustan

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.

FxKu avatar May 05 '23 16:05 FxKu

Is there any help I can provide for this enhancement?

mprimeaux avatar Jul 02 '23 14:07 mprimeaux

Has there been any progress on this?

agaffney avatar Sep 21 '23 13:09 agaffney

Any update on this?

Alwin-Stockinger avatar Oct 24 '23 09:10 Alwin-Stockinger

@FxKu can we track the fact that the pooler is not arm compatible either in this issue? or should I open a new one?

lyz-code avatar Feb 05 '24 10:02 lyz-code

Hi @FxKu is there any roadmap for this, do you accept help on this?

millaguie avatar Mar 07 '24 10:03 millaguie

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?

acelinkio avatar Apr 09 '24 02:04 acelinkio