This could be a duplicate of #33 and/or #34.
When using with Docker/Kamal we have a volume that is mounted from the host machine.
When I click on restore from the UI or run restore via the command line, the three files .sqlite3, .sqlite3-wal, .sqlite3-shm are downloaded and are correct, however the naming differs from the files currently in use (as they should, at least temporarily).
One of the steps of litestream is "renaming database from temporary location", and this is where it appears we get stuck. My guess is a permission issue.
I have found a workaround for now where I can manually rename/overwrite the three files and then restart my Docker container.
This could be a duplicate of #33 and/or #34.
When using with Docker/Kamal we have a volume that is mounted from the host machine.
When I click on restore from the UI or run restore via the command line, the three files
.sqlite3,.sqlite3-wal,.sqlite3-shmare downloaded and are correct, however the naming differs from the files currently in use (as they should, at least temporarily).One of the steps of litestream is "renaming database from temporary location", and this is where it appears we get stuck. My guess is a permission issue.
I have found a workaround for now where I can manually rename/overwrite the three files and then restart my Docker container.