From fd0059efb6994067eb339cf251c4d0f898054fca Mon Sep 17 00:00:00 2001 From: Francisco Mat Date: Sat, 27 Oct 2018 14:56:31 -0200 Subject: [PATCH] readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1299840 --- /dev/null +++ b/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 \ No newline at end of file