metabrainz / musicbrainz-docker

Docker Compose project for the MusicBrainz Server with replication, search, and development setup
https://musicbrainz.org/doc/MusicBrainz_Server/Setup
297 stars 75 forks source link

MBS-13361 (mirror): Upgrade to PostgreSQL 16 #277

Closed yvanzo closed 4 months ago

yvanzo commented 4 months ago

As final part of MBS-13361, this patch upgrades the version of PostgreSQL to 16.

It also updates the one-off script for upgrading the PostgreSQL database.

Similarly as for Postgres 12 upgrade four years ago, this script admin/upgrade-to-postgres16 has to be run.

This pull request is targeting the branch schema-change-2024-q2 in order to avoid messing up new installations until the schema change is released.