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 viadocker-compose exec musicbrainz
was failing with error message:Can't locate JSON.pm in @INC
.
Other change
- Upgrade MusicBrainz Server to v-2020-09-07