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

Schema upgrade 27 to 28 dockerfile references wrong tag? #248

Closed Hitobat closed 1 year ago

Hitobat commented 1 year ago

For the latest schema upgrade, I tried building a new docker container and running upgrade.sh script. However it says it is expecting the DB to be schema 26, and my DB is already schema 27.

I think I eventually found the problem; the musicbrainz Dockerfile is still one version behind. https://github.com/metabrainz/musicbrainz-docker/blob/master/build/musicbrainz/Dockerfile#L53

ARG MUSICBRAINZ_SERVER_VERSION=v-2023-05-02

I believe this should now read v-2023-05-15-schema-change instead.

yvanzo commented 1 year ago

Sorry about that. I tested the upgrade steps before the git tag were set. Fixed it now.

Just published the upgrade instructions: See https://github.com/metabrainz/musicbrainz-docker/releases/tag/v-2023-05-16-mbdb28

yvanzo commented 1 year ago

Actual release is https://github.com/metabrainz/musicbrainz-docker/releases/tag/v-2023-05-16-mbdb28