This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
Releases: datacharmer/dbdeployer
Releases · datacharmer/dbdeployer
dbdeployer 1.60.0
dbdeployer 1.59.0
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
BUGS FIXED
- Prevent arbitrary symlinks from being extracted with tarballs (CVE-2020-26277)
dbdeployer 1.58.1
BUGS FIXED
- Fix Issue #124 (Can't reset defaults after an upgrade)
dbdeployer 1.58.0
dbdeployer 1.57.0
NEW FEATURES
Added subcommands import
, export
, and reset
to command data-load
dbdeployer 1.56.0
NEW FEATURES
- Add options
--ls
and--run
to commanduse
- Add scripts
sysbench
andsysbench_ready
to all sandboxes (See: Running sysbench) - Add command
data-load
with subcommandslist
,show
,get
(See: Loading sample data into sandboxes)
BUGS FIXED
- Fix Issue #120 (Can't SELECT the mysql.user table in mariadb 10.4 or later)
dbdeployer 1.55.0
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
BUGS FIXED
- Fix Issue #118 (dbdeployer fails to autodetect PXC flavor from binaries of 5.6.x versions)
dbdeployer 1.54.0
NEW FEATURES
- The
send_kill
script accepts an argumentdestroy
(aliases-9
orcrash
)
to halt the server immediately. - The
delete
command is much faster (usessend_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