Skip to content

Upgrade from Postgres 17.6-alpine to 18.0-alpine fails #132

@majst01

Description

@majst01

Description

Actual error is:

old cluster does not use data checksums but the new one does

Possible solutions to disable checksums:

  • If that happens, remove your new data directory, and re-run the initdb command, this time WITHOUT the --data-checksums argument. One can always enable checksums later on.

  • pg_checksums --disable --pgdata /var/lib/postgres/data

See: https://www.postgresql.org/docs/current/app-pgchecksums.html

Metadata

Metadata

Assignees

Labels

area: control-planeAffects the metal-stack control-plane area.

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions