Deprecation notice
If you did customize the FTP server for downloading dumps, please note that the Docker environment variable MUSICBRAINZ_BASE_FTP_URL
is now deprecated. See the updated documentation.
Update instructions
Assuming your checked out version of musicbrainz-docker
is v-2022-05-17-mbdb27
or later, then just run:
git fetch --tags origin && \
git checkout v-2023-04-17 && \
sudo docker-compose up --build -d
Changes
- MBVM-88: Support HTTP to fetch dumps, thanks to @atj
- Upgrade MusicBrainz Server to
v-2023-04-17