[ad_1]
Hi there,
I usually use Softaculous staging option to make big edits, such as theme migration, new posts templates or catalog update.
But orders can be removed by pushing to live between the time to update. Even with the database exclusion function, because posts table is used by WooCommerce for orders.
So do you guys have a good method/tool to share to avoid that ?
Thank you !
[ad_2]
Code changes happen on a dev server, content changes happen on production.
You never push a dev DB to production.
A theme migration is a lot bigger job that requires a staging server you’d need to migrate over your customers/orders/products (there are plugins for that).