helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patroni - postgresql incompatible version

Kumar6295 opened this issue · comments

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)

Resolved.