Best practice to periodically wipe the database
Do you guys have a cron set up to periodically wipe your demo environment database?
3 Replies
Hi @JarWarren, yes, we do reset it every day through a cron job
@charles thanks! Are these crons available in the repo somewhere or is this a custom setup you guys have? Any info you guys can give on setting up a demo environment would be helpful. I'd like to do something similar
It's in the repo: look for StartDataSeedDemoWorkspaceCronCommand 🙂