Update instructions
This update addresses some issues in the schema change release from Monday.
If you haven't upgraded to Monday's release yet, then follow those instructions instead (they will reference this release tag).
Otherwise, assuming your checked out version of musicbrainz-docker is v-2026-05-11.0-mbdb31-pg18, then just run:
git fetch --tags origin && \
git checkout v-2026-05-13.0-mbdb31-pg18 && \
sudo docker-compose up --build -dChanges
- Upgrade MusicBrainz Server to
v-2026-05-11.1-schema-change - Fix: musicbrainz-docker-musicbrainz-1 exiting because of db_schema_version mismatch by @fettuccinae in #344
- Unset
CDPATHwhen runningadmin/configurein README by @agis in #337 - Schema change 2026 q2 fixes by @mwiencek in #345
New contributors
- @fettuccinae made their first contribution in #344
- @agis made their first contribution in #337
Full Changelog: v-2026-05-11.0-mbdb31-pg18...v-2026-05-11.1-mbdb31-pg18