Skip to content

Topic

SQLite corruption

The class of failures in which a SQLite database file's pages or header stop matching what the engine expects, surfacing as SQLITE_CORRUPT or SQLITE_NOTADB. Causes are mostly external to the engine: bad locking, unsafe copies, and interference with journal files.

Current clusters