stanford-oval/genie-cloud

Fatal IO error in sqlite

gcampax opened this issue · 1 comments

Noted from the logs of the dev instance:

[Error: SQLITE_IOERR: disk I/O error
Emitted 'error' event on Statement instance at:
] {
  errno: 10,
  code: 'SQLITE_IOERR'
}

Not sure what's the cause.

This was due to NFS, which is not compatible with sqlite. We no longer use sqlite in production for that reason. Closing.