Hi All,
Quick question
where are attachements located?
I can see them in SQL table but cant find them anywhere on HDD
Best to All!
They are stored in the database not in the file system.
And can you tell me how exactly are they stored?
If I was to get file back do I have to get it back trough OsTicket or can I log in to database and take it our?
Many Thanks,
It seems they are stored in chunks, as BLOBs 500kB each. See table file_chunks. The easiest way is to use OSticket to export attachments, or you can try to cat chunks together:
cat file1 file2 > output-file