Releases: deviantony/xtrabackup-scripts
Releases · deviantony/xtrabackup-scripts
Release 3.1.5
Fixed issues:
- Issue with incremental backup restoration #29
- Documentation updated #36
Dockerfile has been updated to use a valid Docker image.
Release 3.1.3
- Fixed exception with post request when using --webhook option: #34
- Added --debug option: #31
- Updated requests library to version 2.8.1
Release 3.1.2
- Added exception message when the tool cannot create the backup repository: #27
- Updated logging level to log exception information in the main except blocks: #26
Release 3.1.1
Fixes a missing dependency on the requests library in setup.py.
Release 3.1.0
- Added flag to disable compression of backup archives: #16
- Added flag to send a post request after a full backup is finished: #24
- Added MariaDB support for for incremental backups: #22
- Fix an issue with the mkdir_path function: #20
Release 3.0.0
Python overhaul.
Handles the following features:
- Full backups
- Incremental backups + restoration
3.0.0 Beta3
Pre-release for the 3.0.0 version.
Innobackupex output management.
3.0.0 Beta2
Pre-release for the 3.0.0 version.
Includes the incremental backup feature.
3.0.0 Beta1
Pre-release for the 3.0.0 version.