Skip to content

Releases: metabrainz/musicbrainz-docker

v-2021-02-01

01 Feb 19:59
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2021-02-01 && \
sudo docker-compose up --build -d

Solved issue

  • MBVM-65: Drop default port numbers 80 (http) and 443 (https) from base URL

Other change

v-2021-01-11

11 Jan 11:16
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2021-01-11 && \
sudo docker-compose up --build -d

Only change

v-2020-12-31

31 Dec 13:44
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-12-31 && \
sudo docker-compose up --build -d

Solved issue

  • MBVM-62: Error in MusicBrainz scripts on failed DBI connection

Other changes

  • Upgrade MusicBrainz Server to v-2020-12-14

  • Upgrade MusicBrainz Solr search server to v3.4.1

    Database schema sequence remains 25, so search index rebuilder remains using version 1.y.z and first release date is not yet available for recordings. That will change with schema 26.

v-2020-11-02

02 Nov 19:52
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-11-02 && \
sudo docker-compose up --build -d

Only change

v-2020-10-19

19 Oct 15:40
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-10-19 && \
sudo docker-compose up --build -d

Changes

v-2020-10-05

05 Oct 21:44
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-10-05 && \
sudo docker-compose up --build -d

Solved issue

  • MBVM-61: Service 'db' fails to build on "Version '12.*' for 'libpq-dev' was not found"

Other change

v-2020-09-21

21 Sep 20:20
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-09-21 && \
sudo docker-compose up --build -d

Only change

v-2020-09-07

07 Sep 20:19
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-08-24, then just run:

git fetch --tags origin && \
git checkout v-2020-09-07 && \
sudo docker-compose up --build -d

Solved issue

  • Regression from v-2020-08-24: Running scripts via docker-compose exec musicbrainz was failing with error message: Can't locate JSON.pm in @INC.

Other change

v-2020-08-24

24 Aug 21:38
Compare
Choose a tag to compare

Possible customization-breaking change

An entry point has been added to musicbrainz service. It helps with setting environment variables correctly when running one-off scripts, or opening an interactive bash shell, or using cron to schedule replication. That also required to modify the default crontab for replication.

  • If you customized the replication schedule, make sure to copy the two variables now defined in default/replication.cron to your crontab.
  • If you customized entry point or default command for the musicbrainz service, make sure to set environment variables accordingly.

Update instructions

Assuming you made sure to overcome the above potential customization-breaking change and assuming your checked out version of musicbrainz-docker is v-2020-05-18-postgres12 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-08-24 && \
sudo docker-compose up --build -d

Solved issue

  • Issue #168: Error when running replication cron

Other change

v-2020-08-10

24 Aug 21:46
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2020-05-18-postgres12 or later, then just run:

git fetch --tags origin && \
git checkout v-2020-08-10 && \
sudo docker-compose up --build -d

Only change