How does this module compare with Drupal 9 builtin "Drupal Migrate" ?

Created on 6 December 2021, about 3 years ago
Updated 31 August 2023, over 1 year ago

Problem/Motivation

I a working to migrate my Drupal 7 sites to Drupal 9.

How does this module compare with Drupal 9 builtin "Drupal Migrate" ?
Is one better than the other?
Are they the same thing?
Do I need both?

πŸ’¬ Support request
Status

Closed: works as designed

Version

3.2

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States webservant316

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

    This module only generates the migration config, which is a highly recommended way to upgrade.

    Modules can have migration source plugins, which the generated migrations will use. See Drupal\node\Plugin\migrate\source\d7\NodeComplete.

    Contrib modules can have migration plugins, see the address module which has a MigrateField plugin.

    I think what happens is that when migrate drupal defines the migrations to be exported, it looks up the field type and finds migration plugins that support it. See Drupal\migrate_drupal\FieldDiscovery::addBundleFieldProcesses().

Production build 0.71.5 2024