Test filesDatabases › truncated.sqlite

Corrupt, truncated SQLite database

The same database cut off in the middle of the second page, so the header still looks correct but the data pages are incomplete.

↓ Download truncated.sqlite
Filenametruncated.sqlite
FormatSQLite
Size5.9 KB (6,000 bytes)
MIME typeapplication/vnd.sqlite3
SHA-2561b6fd338a1fc3e8d9b112f64a908fe6d83b2c951696efc5ab353e1c0e8215fd4
What this file catchesError handling for a partially-uploaded or interrupted database transfer. The signature and header validate, so extension and magic-number checks both pass - only actually opening the file reveals the damage ("database disk image is malformed").

Download & verify

curl -fsSL -o "truncated.sqlite" "https://files.hexaqa.com/db/truncated.sqlite"
curl -fsSL "https://files.hexaqa.com/db/truncated.sqlite" | sha256sum # expect: 1b6fd338a1fc3e8d9b112f64a908fe6d83b2c951696efc5ab353e1c0e8215fd4

More databases test files

users.sqlite

← All Databases files