Skip to content

Tags: openark/dbdeployer

Tags

v1.49.0

Toggle v1.49.0's commit message
Add PXC and replication features

* Add `--change-master-options` (Issue datacharmer#107)
* Add more tests
* Docker test now downloads latest 8.0 binaries instead of using built-in.
* Improve PXC handling of defaults across versions
* Fix defaults for PXC 5.6, which were broken after introducing support for PXC8.0 (Issue datacharmer#106)

v1.47.0

Toggle v1.47.0's commit message
Use env instead of bash path in shell scripts

Change all explicit bash paths in shell scripts to 'env bash'

v1.46.0

Toggle v1.46.0's commit message
Add ability to deploy PXC 8.0 out of the box

dbdeployer deploys PXC 8.0 without need to add any options
(using `wsrep_sst_method=rsync` for 5.7 and `wsrep_sst_method=xtrabackup-v2` for 8.0)

v1.45.0

Toggle v1.45.0's commit message
Add custom user management

* Add option --task-user and --task-user-role to create additional user with custom role.
* Add cookbook recipe single-custom-users (include sample creation of orchestator user)
* Add test for cookbook scripts
* Add code security checks

v1.44.0

Toggle v1.44.0's commit message
Improve 'global' and 'downloads' commands

* Add custom role to 8.0 sandboxes
* Add role related options: --default-role, --custom-role-name, --custom-role-privileges,
  --custom-role-target, --custom-role-extra
* Add filters to global command:
  --type, --flavor, --version, --short-version, --name, --port, --port-range.
  Each option can also be negated (--type='!single', --flavor=no-mysql, --port='!8019')
* Add verbose and dry-run flags to global.
* Add metadata_all_template script to composite sandboxes
* Add command downloads add
* Add tarballs for 5.7.29, 8.0.19 for MySQL and NDB (Linux and MacOS)

1.43.1

Toggle 1.43.1's commit message
[skip ci] Update CHANGELOG.md

v1.43.1

Toggle v1.43.1's commit message
[skip ci] Update CHANGELOG.md

v1.43.0

Toggle v1.43.0's commit message
[skip ci] Update CHANGELOG.md

1.43.0

Toggle 1.43.0's commit message
update docs

v1.42.0

Toggle v1.42.0's commit message
update docs