[ad_1]
I currently want to duplicate a webshop I’m running, but I need to delete all data, is this easy to accomplish, and if so what’s the process? I currently have all in one wp migration plugin, so I have an idea how to duplicate it, but I’m unsure about the data part.
[ad_2]
What do you mean by data?
migrate your site
get wp-cli
run wp site empty
Clone the site. Just bulk edit delete in each post type (media, posts, pages, etc). That’s the simplest approach
phyMyadmin plugin, go to products table, select all and delete. Same for users etc. Cleaning the DB is not that difficult this way.