Skip to content

Releases: acoustid/mbdata

27.1.0

02 Dec 11:35
Compare
Choose a tag to compare
  • Added mbslave init command

26.0.1

26 Dec 04:36
v26.0.1
Compare
Choose a tag to compare
  • Added Recording.tracks relationship to the SQLAlchemy models.

26.0.0

06 Sep 07:24
Compare
Choose a tag to compare
  • Support for MusicBrainz database schema 26.

25.0.1

16 May 08:47
v25.0.1
Compare
Choose a tag to compare
  • Added mbdata.__version__.
  • Fixed mbslave psql with custom PostgreSQL port number.
  • By default, the mbslave script will read its config file from either $PWD/mbslave.conf or /etc/mbslave.conf. Previously, it was only $PWD/mbslave.conf.
  • Documentation clarifications.

25.0.0

14 May 16:25
v25.0.0
Compare
Choose a tag to compare

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