Restoring deleted products from a database backup
-
What is a proper way to restore a deleted Woocommerce product from a database backup generated via
mysqldump
if I know the product ID?I can restore the entries from wp_posts and wp_postmeta but what about the product’s attributes, tags, categories and any other custom taxonomies (like brands) associated with the product?
- The topic ‘Restoring deleted products from a database backup’ is closed to new replies.