This repository was archived by the owner on Apr 7, 2026. It is now read-only.
dbdeployer 1.11.0
New features:
- Added option
--repl-crash-safe(Issue #36) to get crash safe params without GTID.
Bugs fixed
- Fixed Issue #35 (
--gtidshould includerelay-log-recovery) - Fixed Issue #37 (slave initialization with GTID should use
MASTER_AUTO_POSITION)
Testing and more
- Added test for GTID behavior.
- Added option to build compressed executables (but defaults is still uncompressed)
- Added ./scripts/sanity_check.sh to verify formatting and code complaint.
- Some code refactoring: simplified exit procedure
- Moved build script to ./scripts