Indeed stopping the imunify360 service will drop the temp files for the SQLLite, while checkdb will only check DB's structure. One of the assumptions is that the problem is caused by concurrent access to SQLite DB by multiple processes:
Code:
lsof /var/imunify360/imunify360.db
- DEF-21772: imunify360.db-wal can grow up to several gigabytes
In addition, if the issue is causing problems and you need a workaround, you may proceed with the following command:
Code:
/opt/alt/sqlite/usr/bin/sqlite3 /var/imunify360/imunify360.db "PRAGMA wal_checkpoint(TRUNCATE);"
Leave a comment: