Tags/topics: 
1
Answers
Vote up!
0
Vote down!

drupal to drupal commerce migration

Hello, i have simple problem, which turns out to not be as simple as i thought, i have Two drupal 7 instances, one of them has commerce, a shop, orders, and customers, ans is up and running, i'd like to put it on the second drupal web site (i updated the layout on this one)...
Is there a way to simply "copy" all the commerce related data (configuration, users, profile2, orders, products...) from one site to the other one ?
I found commerce feeds to import, but nothing to export ...

I trid copying the modules and database table, but it didn't work well i think i missed some.
can you give me hint on this ?

thank you very much

joachim
Asked by: joachim
on July 22, 2016

1 Answer

Vote up!
0
Vote down!

Have you took a look at Backup&Migrate module? https://www.drupal.org/project/backup_migrate

You can find helpful information on this page: https://www.drupal.org/docs/7/backing-up-and-migrating-a-site/migrating-...

Migration is usually an hard work. Feed module could be very useful to import content, users, profiles, taxonomy and so on (not sure if you can import orders and other commerce line items with feed), but then you need to create a source. You can do that by extracting data from database table, but I think that could be the hard part.

So, in your case, I would suggest backup&migrate module.

note: i'm a newbe in DC, don't wanna look like a "pro"

Answer by: Tiikeri
Posted: Nov 28, 2016