I can't find any reference to this, but when I run "drush migrate-status" I see a lot of d6_ migration groups.

d7_node_type Idle 26 0 26
d6_node_type Idle 26 0 26

Does this mean my migration from D6 to D7 was incomplete? Is there any protocol for this?

Thank you,
Sean

Comments

couloir007 created an issue. See original summary.

clemens.tolboom’s picture

You need to 'filter out' the D6 by using the --tag option.

drush migrate-import --tag "Drupal 7" ...
heddn’s picture

Status: Active » Closed (works as designed)