datacharmer
released this
BUGS FIXED
- Prevent arbitrary symlinks from being extracted with tarballs (CVE-2020-26277)
Assets
14
datacharmer
released this
BUGS FIXED
- Fix Issue #124 (Can't reset defaults after an upgrade)
Assets
15
datacharmer
released this
NEW FEATURES
Assets
14
datacharmer
released this
NEW FEATURES
Added subcommands import
, export
, and reset
to command data-load
Assets
14
datacharmer
released this
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)
Assets
14
datacharmer
released this
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
Assets
14
datacharmer
released this
BUGS FIXED
- Fix Issue #118 (dbdeployer fails to autodetect PXC flavor from binaries of 5.6.x versions)
Assets
14
datacharmer
released this
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
Assets
14
datacharmer
released this
BUGS FIXED
- Fixed issue #115: failing to detect missing
socat
for PXC deployments
Assets
14
datacharmer
released this
BUGS FIXED
- Fixed bug during
init
. When the sandbox-binary directory existed, but empty,
the download was skipped. dbdeployer downloads export
would not export the fielddate_added
. Such field was
lost during build, due to a missed field incode-generation.go
NOTES
- Added MySQL 5.7.31 to downloads list
TESTING
- Added test for
dbdeployer init
under Docker containers for Ubuntu 18, Ubuntu 20, CentOS 7, CentOS 8