Cronjob demo test

Hi,

How can I create a test environment like your demo of invoiceplane with a reset each 2 hours on my own server. This way I’m able to run some test on this sandbox.

thank you already

It’s nothing more than a script that copies files from a backup over the current files and restores the database from a backup dump.

Thank you Kovah for this information. You don’t have a script for example?

Won’t post the script here for security reasons.

Hint:

cp backup demo
mysql demo_db < demo-backup.sql