Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 21:20
97419dd

Features

  • Add local backups support for backup-delete command #15.
    Add --backup-dir, --parallel-process and --ignore-errors flags for backup-delete command.
  • Add local backups support for backup-clean command #17.
    Add --backup-dir and --parallel-process flags for backup-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 the In 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 for history-clean command.

Other

  • Fix incorrect backup type for backups without tables containing data #16.
  • Bump github.com/spf13/cobra to 1.8.1 #19.

Full Changelog: v0.5.0...v0.6.0