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

fixing LATEST keyword handling #1110

Merged
merged 1 commit into from Oct 6, 2021
Merged

fixing LATEST keyword handling #1110

merged 1 commit into from Oct 6, 2021

Conversation

trootnev
Copy link
Contributor

@trootnev trootnev commented Oct 6, 2021

Database name

SQL Server

Pull request description

changed handling of "since" argument in log-restore operation to respect LATEST keyword in GetBackupProperties function.

Describe what this PR fix

If we pass LATEST as "since" argument to log-restore the restore operation fails. This happens because this keyword gets passed and backupname argument to the GetBackupProperties helper function which is not expected there.

Please provide steps to reproduce (if it's a bug)

If we pass LATEST as "since" argument to log-restore the restore operation fails.

@trootnev trootnev requested a review from mialinx as a code owner October 6, 2021 13:31
@mialinx mialinx merged commit daf98b9 into wal-g:master Oct 6, 2021
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