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

dbdeployer 1.8.4

Choose a tag to compare

@datacharmer datacharmer released this 11 Aug 19:25
· 383 commits to master since this release

Bug fixes and code refactoring

  • Fixes Issue#30 "--rpl-user and --db-user should not allow root"

  • Remove string literals from options handling
    All flags used on the command line are now defined in the "defaults" package and referred to as variables, rather than using their literal values directly.
    This eliminates some of the risks of handling the wrong option or leaving one option unread.