Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement delete target backup for Greenplum #1350

Merged
merged 5 commits into from Oct 3, 2022

Conversation

usernamedt
Copy link
Member

@usernamedt usernamedt commented Sep 30, 2022

I propose to add the delete target command support to WAL-G for Greenplum.

wal-g delete target [FIND_FULL] backup_name | --target-user-data <data> [flags]

Examples:
  target base_0000000100000000000000C4  delete base backup by name
  target --target-user-data "{ \"x\": [3], \"y\": 4 }"  delete backup specified by user data
  target base_0000000100000000000000C9_D_0000000100000000000000C4       delete delta backup and all dependant delta backups 
  target FIND_FULL base_0000000100000000000000C9_D_0000000100000000000000C4     delete delta backup and all delta backups with the same base backup

@usernamedt usernamedt force-pushed the add-delete-target-backup-gp branch 2 times, most recently from 20ef4ec to c65f1f3 Compare September 30, 2022 07:36
@usernamedt usernamedt merged commit 8ecfcbb into wal-g:master Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants