Skip to content

25.0.0

Compare
Choose a tag to compare
@lalinsky lalinsky released this 14 May 16:25
v25.0.0

Changelog:

  • Changed versioning with the Musicbrainz database schema as the major version
  • Support for MusicBrainz database schema 25
  • Added MusicBrainz replication (mbslave was merged into this project)
  • Docker image with mbslave
  • Python 3 support

Database upgrade:

mbslave psql -f updates/schema-change/25.slave.sql
echo 'UPDATE replication_control SET current_schema_sequence = 25;' | mbslave psql