Edgewall Software

Changes between Version 17 and Version 18 of PySqlite


Ignore:
Timestamp:
May 25, 2006, 1:17:27 PM (18 years ago)
Author:
Christian Boos
Comment:

Added troubleshooting information for database is full error

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v17 v18  
    170170(e.g. see #2993).
    171171
     172==== `DatabaseError: database is full` ====
     173
     174Besides the obvious reason (no space left on the partition where
     175the trac db resides), you probably ran out of space in either
     176`/tmp` or `/var/tmp`, where SQLite apparently needs to write too.
     177See #2356, #ps20.
    172178
    173179=== Other issues ===