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

time isn't granular enough for sql recoveries #278

Open
jakeheut opened this issue Sep 9, 2021 · 0 comments
Open

time isn't granular enough for sql recoveries #278

jakeheut opened this issue Sep 9, 2021 · 0 comments
Labels

Comments

@jakeheut
Copy link

jakeheut commented Sep 9, 2021

Expected Behavior

When entering a date and time using sql_db_export the script exports the snapshot at that time.

Current Behavior

The current options ask for Hours:Minutes AM/PM which isn't granular enough, the time expected when doing an export needs seconds as well. This causes a failure for any export with a non-zero value for seconds.

Failure Information (for bugs)

Export tries to chose a snapshot at the 0th second because you can't specify anything more specific, causing it to fail unless it's taken exactly on the minute.

Steps to Reproduce

Try to run sql_db_export on a snapshot that's taken not on the 0th second.

@jakeheut jakeheut mentioned this issue Sep 9, 2021
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant