zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.29k stars 974 forks source link

logical-backup image not arm64 compatible #2313

Open tomsiewert opened 1 year ago

tomsiewert commented 1 year ago

Please, answer some short questions which should help us to understand your problem / question better?

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
FxKu commented 1 year ago

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.

mprimeaux commented 1 year ago

Is there any help I can provide for this enhancement?

agaffney commented 1 year ago

Has there been any progress on this?

Alwin-Stockinger commented 11 months ago

Any update on this?

lyz-code commented 8 months ago

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

millaguie commented 7 months ago

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

acelinkio commented 6 months ago

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?