Not using Database Reset plugin but you can use WP Reset plugin to take a snapshot of the database and restore it to that snapshot whenever you want 🙂
I looked at it and the explainer video didn’t touch on that. My objective is to have the database reset per a .sql file every 3 days. Will it do that? I don’t want to reset the database back to default, just reset per my .sql file.
WP Reset can also reset the website to default, yes.
But it also has the snapshots feature which creates a copy of all your database tables and you can then restore that snapshot whenever you want. You will need to do it manually though, we don’t have an automatic restore though 🙁
I have a sql file to restore and can do that manually. Was hoping for a automatic function to do that. Might be something to consider. Thanks for the replies! 🙂