Closed (duplicate)
Project:
Migrate Extras
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 07:46 UTC
Updated:
18 Aug 2015 at 02:21 UTC
Jump to comment: Most recent
Comments
Comment #1
mikeryanAs explained on the project page, support for contributed modules should go into the contrib module itself, or into Migrate Extras.
This has not previously been requested.
Comment #2
nerdcore commentedI am interested in the ability to migrate individual Relations (I have built my Relation Types manually).
It seems this is being looked into by BTMash on the Relation issues queue: #1053108: Upgrade path from *reference?
Comment #3
chromix commentedI'll be working on this over the next week. I'll report something when we have something.
Comment #4
slashrsm commentedCross linking: #1606404: Migrate integration & upgrade from *reference
Linked issue includes a patch.
Comment #5
mikeryanClosing this in favor of the Relation issue #1606404: Migrate integration & upgrade from *reference.
Comment #6
vlad.dancerJust an example how to migrate relations.
Note: enable
relation_migratemodule to loadrelation_migrate.destination.incor just include it inside yours.Comment #7
chriscalip commented@vlad.dancer
I also have to do a migration of d7 site , relation, to another d7 site, relation. I am currently seeing that relation_migrate does not have
relation to relation migration.. only references to relation.
I opened up issue:
relation_migrate migrate from relation to relation.
https://www.drupal.org/node/2551021
Currently prepping to do it at a custom drush script level because im thinking endpoints are different entity types & bundles.. which on my end i've done as different migrations..
Comment #8
chriscalip commentedHello All,
Migration classes that facilitates migration of relation now available at relation module.
Also in the tradition of migrate_d2d, an example module relation_migrate_example is also provided.
Issue at:
relation_migrate migrate from relation to relation.
https://www.drupal.org/node/2551021