Hello all,
I am aware of the Zammad backup capabilities, and have also set up snapshot backups of my Google Cloud server.
However, for peace of mind, in a worst-case scenario, if the server went down, and other backup options failed, I have been considering how to have a very simple, human readable backup.
Something like a CSV file of all tickets opened and closed in the current month, written once a day.
Does anyone have thoughts on how they’d approach this? Ideas that came to mind included maybe an API call, or possibly a Postgres DB query.
Thanks in advance!