Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed Oct 27, 2018
1 parent afe3bc6 commit fd0059e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
bunch update on WOOCOMMERCE core for FNETWORK COMPATIBILITY

==First: wpsql wordpress mysql plugin manager
We drasticly change the way we automate wp backup, so all order are stored separed in it own datastructure. All order are prefixed with 6woo_, so the table structure for orders are:
`
* 6woo_PREFIX_shop_order_post
* 6woo_PREFIX_shop_order_postmeta
* 6woo_PREFIX_woocommerce_order_items
* 6woo_PREFIX_woocommerce_order_itemmeta
`

In that way, to backup order from remote server, all we need to do is simples run

wpsql --import-prefixed 6woo_PREFIX

These was fundamental for speeding-up data backup and automatized backup process

0 comments on commit fd0059e

Please sign in to comment.