# Pastebin 2u25C2uf sqlite3 -readonly /nix/var/nix/db/db.sqlite .dump PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; /**** ERROR: (8) attempt to write a readonly database *****/ ROLLBACK; -- due to errors