-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'm running a Rails app in a Docker container with Sqlite and I'm using the following command in the Docker entrypoint file:
./bin/rails litestream:restore -- --database=storage/production.sqlite3 --if-replica-exists
A few times now, the database has failed to restore with the following error message:
level=ERROR msg="failed to run" error="cannot apply wal: database disk image is malformed"
What does this error mean and is this the way I should be managing this in a docker environment?
Metadata
Metadata
Assignees
Labels
No labels