Update instructions
Assuming your checked out version of musicbrainz-docker
is v-2021-05-19
, then just run:
git fetch --tags origin && \
git checkout v-2021-05-31 && \
sudo docker-compose up --build -d
Solved issues
- Regression from
v-2021-05-19
: Running the scriptfetching-dump.sh
in development setup without--base-ftp-url
was failing. - Regression #194 from
v-2021-05-19
: Running the scriptcreatedb.sh -fetch
was failing.
Other change
- Upgrade MusicBrainz Server to v-2021-05-31