Update instructions
Assuming your checked out version of musicbrainz-docker
is v-2023-05-16-mbdb28
or later, then run:
git fetch --tags origin && \
git checkout v-2023-11-13 && \
sudo docker-compose up --build -d
Additional update instructions for development setup only
sudo docker-compose exec musicbrainz bash -c 'rm -fr node_modules perl_modules .cpanm' && \
sudo docker-compose rm --stop musicbrainz && \
sudo docker-compose up --build -d musicbrainz
Additional update instructions for all
In case you have any error related to the collation in the database, or preventively, run last:
sudo docker-compose exec musicbrainz bash -c './admin/RebuildIndexesUsingCollations.pl'
Changes
- Upgrade MusicBrainz Server to
v-2023-11-13
- Upgrade the version of Node to 20 as now required
- Upgrade the version of Yarn to 4 now installed with Node
- Upgrade the version of Node to 20 as now required
- Upgrade the base image for the service
musicbrainz
to Ubuntu Jammy- Upgrade the version of Perl to 5.34 as now supported
- Slightly simplify building the image for the service
musicbrainz
, to better follow the repositorymusicbrainz-server