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
I unfortunately don't use Docker myself, so I'm not sure if that is an important detail or not. We can start debugging by checking the integrity of the database. Open the Rails console and run ActiveRecord::Base.connection.raw_connection.execute "PRAGMA integrity_check;". What output do you see?
I'm running a Rails app in a Docker container with Sqlite and I'm using the following command in the Docker entrypoint file:
A few times now, the database has failed to restore with the following error message:
What does this error mean and is this the way I should be managing this in a docker environment?
The text was updated successfully, but these errors were encountered: