So I need to post a trial project so the user can get familiar with the system. When they messup the data or delete I need to be able to restore the dB. I would rather have to automated, so I do not have to think about it.
What would be your method to create a DEMO project, then be able to automatically restore the database to the initial state (i.e twice a day, or every 24 hours) ?
Make a cron to delete the database and import the new one?