Skip to content

My temp folder is full!

Joxean edited this page May 2, 2019 · 1 revision

If your temporary directory or disk is full and Diaphora fails with an error like sqlite3.OperationalError: database or disk is full you can change your temporary directory by setting the following environment variable:

# Windows
C:\> set TMP=D:\new\path

; Unix
$ export SQLITE_TMPDIR=/new/tmp/path

If you need more details, you can read the following issue: https://github.com/joxeankoret/diaphora/issues/161