Hello

I want to setup a new ZC store by copy-pasting the files and database of my other running ZC store.

Of course, copy-pasting not only sets up an identical second store but also includes old orders, old customers, ect. of the old store into the new store.

Does anyone have an idea how I would be able to set my new copied store "to zero", i.e. to delete all old orders, customers, etc. from it?

I suppose you would be able to do that via deleting tables in the database, but I am not sure this would be a wise thing to do since this may break referencial integrity of the database ...

And deleting every order etc. by hand is just too exhaustive.

Any advice would be greatly appreciated!!!
Thanks!