v0.6.0
Features
- Add local backups support for
backup-delete
command #15.
Add--backup-dir
,--parallel-process
and--ignore-errors
flags forbackup-delete
command. - Add local backups support for
backup-clean
command #17.
Add--backup-dir
and--parallel-process
flags forbackup-clean
command. - Refactoring the backup deletion process to cleanup backup info on master host #18.
Add deletion of files on the master when deleting a backup using a plugin.
Allow deleting a backup that is stuck in theIn Progress
state.
Change the history cleaning logic. Only deleted backups are deleted. In order to delete information about backup from the database, it must have the deleted status.
Remove--deleted
flag forhistory-clean
command.
Other
- Fix incorrect backup type for backups without tables containing data #16.
- Bump
github.com/spf13/cobra
to1.8.1
#19.
Full Changelog: v0.5.0...v0.6.0