Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 09:11 UTC
Updated:
22 Feb 2013 at 15:00 UTC
Hallo,
when i have a productive page online and a local copy for development, i will somewhen have to merge the databases. When the database for orders, customer profiles etc. coud be outsourced, this progress of updating the online page would be much easier. Is there a way to to this or another good practise for this problem?
Regards
Mark
Comments
Comment #1
bojanz commentedYou can use Migrate & Commerce Migrate to import orders regularly from an external system.
The development / staging / production development is a generic Drupal problem with many documented approaches and solutions elsewhere, so I won't repeat that.
Cheers!
Comment #2
brephraim commentedI too have been trying to find the best solution to this problem. I came across this article, but maybe somebody with more MySQL knowledge than myself can tell me: if I implement this method, will merging the database dumps of two forks of the same database (i.e. prod containing new order and customer data with dev containing new configuration settings) work successfully as long as both forks do not change the same database tables/lines?
Comment #3
brephraim commentedComment #4
bojanz commentedI think doing anything on the mysql level is a disaster waiting to happen.
Everything you do needs to go through the API.