Releases: woblerr/gpbackman
Releases · woblerr/gpbackman
v0.7.1
v0.7.0
Features
- Remove logic for
yaml
history database format #20.
If you are using an old gpbackup version that supports onlyyaml
format, then usegpBackMan <= v0.6.0
. - Add
--after-timestamp
option forbackup-clean
command #21.
Full Changelog: v0.6.0...v0.7.0
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
v0.5.0
Features
- Add local backups support for
report-info
command #13.
Add--backup-dir
flag.
Other
- Bump dependencies to fix Dependabot alert #14.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Features
- Add a check for the existence of files passed through flags #11.
Other
- Switch go to 1.21 #10.
- Switch go to
1.21
. - Update github.com/mattn/go-sqlite3 to
v1.14.19
. - Update golangci-lint ver to
v1.56.2
. Fix linter issues. - Update goreleaser to
v1.24.0
.
- Switch go to
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Features
- Add table and schema search to
backup-info
command #8.
Add--table
,--schema
and--exlude
flags forbackup-info
command.
Other
- Update LICENSE for 2024 #9.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Features
- Add
report-info
command #3. - Add
backup-clean
command #4. - Add
--type
flag tobackup-info
command #5. - Add
history-clean
command #7.
Forbackup-info
command the--show-deleted
and--show-failed
flags were renamed to--deleted
and--failed
.
Other
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.
gpBackMan provides the following features:
- display information about backups.
- delete existing backups using storage plugins (for example, S3 Storage Plugin);
- migrate history database from
gpbackup_history.yaml
format togpbackup_history.db
SQLite format.