CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/01/21 18:24:20
Modified files:
databases/postgresql: Makefile
databases/postgresql/pkg: README-server
Log message:
Update pkg README to add data checksum step to upgrade guide
PostgreSQL 17 defaulted to data checksums being off. PostgreSQL 18 defaults
to data checksums being on. Due to this, pg_upgrade doesn't work directly.
pg_checksums exists to add data checksums to an existing installation
without data checksums, so have the pkg README use that to update the
PostgreSQL 17 data before upgrading to PostgreSQL 18.
Issue discovered by and fix from florian@
OK florian@