I am new to WP but already encountered a rogue plugin which completely messed parts of my database ( it was a media library folders management plugin). I would happily restore the site back to before the plugin was installed but that course would also loose any Woocommerce orders I got accumulated during that day. So I am looking for a way to have my orders stored somewhere which is safe and the rest is in another database which I can easily restore from a backup (and thus loose no orders). I realise that orders are just posts and are related to other posts (like images) and their IDs, which still will reside in the "non-safe" database. But since I think such a scheme would reduce the risk and lower the impact tremendously upon a restore from backup event on the non-safe database - I am looking for such a configuration. Is it possible to do in WordPress ?
backup - Is it possible to separate databases in WordPress site - one for orders and the other for all non-orders related
Articles related to this article
- variables - Plugin. Html code in Template
- adsense - Adding ads after a certain number of paragraphs within Genesis themework
- custom taxonomy - Get URL for specific post type and current tag
- Filter posts by meta data using custom query
- How to show theme on front end before sign up for multisite
- custom post types - Show parent category and subcategory once in while loop
- plugins - Website painfully slow after migration to VPS2
- theme customizer - How to enable shortcodes in text retrieved from get_theme_mod
- wp config - Duplicate database to roll back theme & content changes
- php - deactivating an active plugin using if page
- functions - Two Types of settings in WP - The Doubt
- Order by Category and Post in WP custom Query
- Using separate .php file for functions - how to run on site?
- update_post_meta using ajax
- functions - how to handle multiple forloop?
- front end - Admin Bar - Customizer Label Change
- Build table using Advanced Custom Fields
- customization - wordpress custom posts page not showing
- templates - Restrict a search to a custom post type
- php - Adding multiple emails to a
comment list (0)
- No comments so far