You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: