Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Releases: datacharmer/dbdeployer

dbdeployer 1.60.0

01 May 13:08
Compare
Choose a tag to compare

NEW FEATURES

  • (@lefred) Add MySQL 8.0.24 binaries to downloads (#133)
  • (@lefred) Add ./scripts/get_dbdeployer_mysql_json.sh (#134)

BUGS FIXED

dbdeployer 1.59.0

11 Apr 14:04
Compare
Choose a tag to compare

Code improvements

  • Replace internal template variables with external files (required Go 1.16)
  • Remove _template suffix from most template names

BUGS FIXED

  • Fix deletion of specified sandbox when there is only one. Sandbox name was not checked

dbdeployer 1.58.2

16 Dec 20:12
Compare
Choose a tag to compare

BUGS FIXED

  • Prevent arbitrary symlinks from being extracted with tarballs (CVE-2020-26277)

dbdeployer 1.58.1

15 Dec 08:08
Compare
Choose a tag to compare

BUGS FIXED

  • Fix Issue #124 (Can't reset defaults after an upgrade)

dbdeployer 1.58.0

13 Dec 18:13
Compare
Choose a tag to compare

NEW FEATURES

  • Add script wipe_and_restart to single sandboxes (docs)
  • Add scripts exec_all, exec_all_masters, exec_all_slaves, wipe_and_restart_all to replication sandboxes
  • Add subcommand exec to command global. (docs)

dbdeployer 1.57.0

09 Dec 15:33
Compare
Choose a tag to compare

NEW FEATURES

Added subcommands import, export, and reset to command data-load

dbdeployer 1.56.0

03 Nov 08:14
Compare
Choose a tag to compare

NEW FEATURES

BUGS FIXED

  • Fix Issue #120 (Can't SELECT the mysql.user table in mariadb 10.4 or later)

dbdeployer 1.55.0

11 Oct 07:13
Compare
Choose a tag to compare

NEW FEATURES

  • Add second optional argument to dbdeployer use to indicate the executable to run within the sandbox.

Examples:

$ dbdeployer use rsandbox_8_0_22 s1

$ dbdeployer use rsandbox_8_0_22 check_slaves

$ echo 'SHOW REPLICA STATUS' | dbdeployer use rsandbox_8_0_22 s1

dbdeployer 1.54.1

27 Sep 12:43
Compare
Choose a tag to compare

BUGS FIXED

  • Fix Issue #118 (dbdeployer fails to autodetect PXC flavor from binaries of 5.6.x versions)

dbdeployer 1.54.0

13 Sep 21:39
Compare
Choose a tag to compare

NEW FEATURES

  • The send_kill script accepts an argument destroy (aliases -9 or crash)
    to halt the server immediately.
  • The delete command is much faster (uses send_kill destroy)

BUGS FIXED

  • The use command should re-start a sandbox that was stopped, but it was not doing it (Issue #116)
  • Listing of small tarball for 8.0.21 lacked the 'minimal' attribute

NOTES

  • Added MySQL shell 8.0.21 to downloads list

TESTING

  • Improve all_tests: Now it doesn't require the version
  • Improve unit test script to detect where to run