Update instructions
Assuming your checked out version of musicbrainz-docker is v-2021-05-19 or later, then just run:
git fetch --tags origin && \
git checkout v-2022-03-14 && \
sudo docker-compose up --build -dChanges
- Upgrade MusicBrainz Server to
v-2022-03-14
It now supports connecting to more than one Redis instance for migration. - Improve initializing the container
indexerfor customization and development:
Live search now overridescommandonly instead of overridingentrypointand erasingcommand. - Make search helper scripts compatible with Docker Compose 2.
- Drop using
apt-keywhich is deprecated since 2021.