Hello community,I'm running osTicket 1.9.12 on xampp infrastructure on Win 2008 Server, and as in the title, I need to face the problem of manage the ost_file_chunk table. Saving attachment on db is a requirement and 90% of the backup space (around 5GB after 2 months) is made by file chunks in the table.So, I thought that having a routine that periodically (e.g. once per month) deletes attachments that refers to tickets that have been closed more than a month ago, would solve somehow the problem of having a huge ost_file_chunk table. In this way I would keep ticket threads also for older tickets loosing just the attachments.So the question now is: what I'm missing in the big picture? which would be the pros and cons of such a strategy? Any other ideas?Thank you in advance for time and advices you will share here.Gianlukas