level=INFO msg="backup stream failed, retrying: backup stream error (\"data\"): write backup tx snapshot: Post \"https://litefs.fly.io/db/tx?db=data\": open database file: open /data/litefs/dbs/data/database: no such file or directory"
Started yesterday. My app seems working fine. Is it something changed with my app or LiteFS cloud?
This appears to be a database that has been soft-deleted before it was sent to LiteFS Cloud. LiteFS Cloud doesn’t have any records of it, so LiteFS tries to send full snapshot of the database to it. But since it’s been soft-deleted locally, it fails to do this.
I believe this will need to be fixed on LiteFS side. Until then, you can just move the DB directory out of LiteFS directory and restart your app:
Now it seems working. The user interface apparently does not show new recoverable backups if no changes have occurred? When changes are written, then all the old timestamps are populated every 5 minutes?