Replies: 1 comment
-
I created an issue (#564) for this and believe this was probably a configuration issue with litestream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this a bug or am I misunderstanding the
-timestamp
switch?I have a database stored on s3 (actually minio, but it works).
Restore works and I see items in the database on 1-29-2024 and 1-31-2024.
But, when I re-run the restore command adding the
-timestamp 2024-01-30T18:00:00Z
switch, litestream complains withno matching backups found
.(Also, just an aside, but if I look at the files stored inside s3 (minio), I only see a 10MB file and then a 119 byte WAL file. I'm wondering if I am not looking at all the files, because how can that expand to 369MB when the db file is restored?)
Beta Was this translation helpful? Give feedback.
All reactions