-
Bug
-
Resolution: Done
-
Blocker
-
None
-
fuse-7.5-GA
-
None
Between 7.4 and 7.5 we changed postgres 9.5 to 9.6 and during the upgrade a new deployment of database is rolled out. however the deployment ends with:
Exec lifecycle hook ([/bin/sh -c /var/lib/pgsql/sampledb/postStart.sh]) for Container "postgresql" in Pod "syndesis-db-2-7t7mb_avano-syndesis(f8c5f29e-102c-11ea-8dae-fa163e2bfff4)" failed - error: command '/bin/sh -c /var/lib/pgsql/sampledb/postStart.sh' exited with 137: , message: ""
I assume that this is the culprit:
sh-4.2$ container-entrypoint run-postgresql Incompatible data directory. This container image provides PostgreSQL '9.6', but data directory is of version '9.5'. This image supports automatic data directory upgrade from '9.5', please _carefully_ consult image documentation about how to use the '$POSTGRESQL_UPGRADE' startup option.
- is incorporated by
-
ENTESB-12359 Fuse Online 7.5.1
- Closed
- is related to
-
ENTESB-12917 Add upgrade steps that can perform the Postgres dataDir conversion if needed
- Closed
-
ENTESB-12534 Sort out upgrade cases related to postgres
- Done