Skip to content

v-2022-03-14

Compare
Choose a tag to compare
@yvanzo yvanzo released this 14 Mar 17:02
· 152 commits to master since this release

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 -d

Changes

  • Upgrade MusicBrainz Server to v-2022-03-14
    It now supports connecting to more than one Redis instance for migration.
  • Improve initializing the container indexer for customization and development:
    Live search now overrides command only instead of overriding entrypoint and erasing command.
  • Make search helper scripts compatible with Docker Compose 2.
  • Drop using apt-key which is deprecated since 2021.