General Troubleshooting

Delete corrupt index files

One problem that can occur is if the index files for the logs have been corrupted. You might see a SQLite error referencing a malformed database image.

This can solved easily without loss of data:

  1. Go to the directory Iguana has configured to store it’s logs.
  2. Delete the contents of the subdirectory “index” – this contains the SQLlite index files.
  3. Optionally delete the contents of the subdirectory “meta” – this is another type of index stored in XML format.

The data for the logs is stored in the files with a *.log. Iguana will rebuild the index files from these core log files if the index files are deleted.

Leave A Comment?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.