helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes
Apache License 2.0
15.49k stars 16.79k forks source link

Patroni - postgresql incompatible version #24503

Closed Kumar6295 closed 3 years ago

Kumar6295 commented 3 years ago

Hi, we are using patroni with helm,Default postgresql version 10. before value.yaml repository: registry.opensource.zalan.do/acid/spilo-10 So, we try to change value.yaml to repository: registry.opensource.zalan.do/acid/spilo-11

it is giving below error.How we can change postgresql version.

ERROR FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 10, which is not compatible with this version 11.1 (Ubuntu 11.1-3.pgdg18.04+1)

Kumar6295 commented 3 years ago

Resolved.