8000 Tags · opsfarmer/dbdeployer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: opsfarmer/dbdeployer

Tags

v1.52.0

Toggle v1.52.0's commit message
Add copyright to test-init.sh

v1.51.2

Toggle v1.51.2's commit message
Fix error handling on default dir detection

Fix error handling on default dir detection for bash completion.

v1.51.1

Toggle v1.51.1's commit message
Fix bugs and improve tests

v1.51.0

Toggle v1.51.0's commit message
Update Go version in .travis.yml

v1.50.2

Toggle v1.50.2's commit message
Fix incorrect privileges when upgrading as root

v1.50.1

Toggle v1.50.1's commit message
Fix issue datacharmer#108 panic when sandbox-binary is a file

v1.50.0

Toggle v1.50.0's commit message
Improve 'info releases' and 'update' commands

* Add new options `--raw` and `--stats` to  command `info releases`
* Add checksum files (SHA256) to release
* Add signature check during dbdeployer update

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)
0