Hello everyone,
I have a self-hosted SuiteCRM 7.11.19
with Email module monitoring several our inbound emails, with one of them having over 14GB of emails (old email box).
SuiteCRM uses a cron job to download new email every 5 minutes, and it seems to be working fine.
However, earlier today I could not longer log into my SuiteCRM, it said my session has expired.
I logged into my system over SSH and found out the disk was full (100GB) and narrowed it down to the overgrown MySQL database with the folders_rel
table taking over 70GB).
71G /var/lib/mysql/suitecrm/folders_rel.ibd
How can I safely clean up the folders_rel table?
Is this happening due to having Auto-Import function enabled on the inbound email boxes?
Any tips would be greatly appreciated.