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
- Upgrade MusicBrainz Server to v-2020-08-24