Releases: acoustid/mbdata
Releases · acoustid/mbdata
29.0.0
What's Changed
- Fix typo by @reosarevok in #65
- Bump sqlparse from 0.4.2 to 0.4.4 by @dependabot in #63
- Update to MB DB Schema 29 - 2024 Q2 by @amCap1712 in #70
Full Changelog: v27.1.0...v29.0.0
27.1.0
26.0.1
26.0.0
25.0.1
- 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
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