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

Fix restore fail after editing filename #465

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

stan-levend
Copy link
Contributor

Bug fix

Description

When issuing restore command - keep track of database name input from user to use it as a lookup string for getting a most recent backup file (instead of using the default database name when the user did not provide any database name - which resulted into a lookup error for backup file as the backup file does not have the database name in its filename structure).

Fixes #434

@Archmonger Archmonger changed the title #434: fix restore fail Fix restore fail after editing filename Nov 2, 2022
@Archmonger Archmonger merged commit 040a63e into jazzband:master Nov 2, 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.

Restore fail after editing DBBACKUP_FILENAME_TEMPLATE
2 participants