Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

dbdeployer 1.11.0

Choose a tag to compare

@datacharmer datacharmer released this 09 Sep 18:26
· 369 commits to master since this release

New features:

  • Added option --repl-crash-safe (Issue #36) to get crash safe params without GTID.

Bugs fixed

  • Fixed Issue #35 (--gtid should include relay-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