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

Add --restore-point flag to Greenplum backup-fetch #1221

Merged
merged 3 commits into from
Feb 18, 2022

Conversation

usernamedt
Copy link
Member

Adds the ability to restore onto the provided restore point.

Usage:

wal-g backup-fetch --restore-point [restore_point_name]
wal-g backup-fetch [backup_name] --restore-point [restore_point_name]
wal-g backup-fetch --target-user-data=[user_data] --restore-point [restore_point_name]

If the backup name is not provided, WAL-G will find the most appropriate backup. Otherwise, it will also perform the check if the provided backup has been created before the restore point.

@usernamedt usernamedt requested a review from a team as a code owner February 17, 2022 15:40
@reshke reshke merged commit 4ef9f23 into wal-g:master Feb 18, 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

2 participants