Is there a way to “synchronize” database data?
I've got a REAL e-commerce site up, and then a local one… I have to update them back and forth, but I can' simply drop the live one and replace. (That'd remove orders, and order history etc) But, when I update products on the local site I've gotta get them online!
I did the synchonization tool, but it doesn't see difference (other than the config_key) I guess because its looking for “structural” differences, not data differences.
What'd REALLY be nice, is two way synchronization of data.
When I “update” the new info from the online shop hits my localhost shop, and my local shop's updated product info etc propogates to the new site as well.
Can anyone give me any tips on this?
Thanks for your program (I don't understand it fully yet LOL, but I'm working on it)
Drakonan