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.53.3
BUGS FIXED
- Fixed issue #115: failing to detect missing
socat
for PXC deployments
dbdeployer 1.53.2
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
dbdeployer 1.53.1
BUGS FIXED
Fix bash completion for CentOS (missing completion script and unchecked sudo
call)
dbdeployer 1.53.0
NEW FEATURES
- Add command 'use'
- Add options
--by-date
,--by-flavor
,--by-version
,--newest
,--oldest
to commandsandboxes
- Add latest MySQL tarballs to downloads list
- Add Percona Server minimal to downloads list
BUGS FIXED
- Fix issue #111 - allows using NDB 7.4/7.5
dbdeployer 1.52.0
NEW FEATURES
- Add command
init
that initializes dbdeployer environment- creates
$SANDBOX_HOME
and$SANDBOX_BINARY
directories - downloads and expands the latest MySQL tarball
- installs shell completion file
- creates
dbdeployer 1.51.2
BUGS FIXED
- Fix error handling on default directories detection for bash completion.
dbdeployer 1.51.1
BUGS FIXED
- Fix bug in defaults handling: "default-sandbox-executable" was not used in
info defaults
- Prevent
ldd
from running on mocked binaries
TESTING
- Moved mock tests under docker to improve consistency
dbdeployer 1.51.0
NEW FEATURES
- Add default sandbox (commands
admin set-default
andadmin remove-default
) (See Default sandbox in the main page)
dbdeployer 1.50.2
BUGS FIXED
- Fix incorrect privileges when updating dbdeployer as root
dbdeployer 1.50.1
BUGS FIXED
- Fix Issue #108: panic error when
--sandbox-binary
is not a directory