content_migration_overview
9 sites
Security covered
The Content Migration Overview module provides a comprehensive summary of your content migration in Drupal.
It supports migration from Drupal 7 to Drupal 10.3 and later versions.
Features
It provides a Drush command to validate the migrated content data.
drush migration:stat OR drush mstat
After running the Drush command, you will see the migration summary with total, passed, and failed counts, as well as the generated report path.
Configuration
Define the source database connection with the key 'migrate' in addition to the 'default' database connection in settings.php.
OR
Configure the source database connection at /admin/config/system/migrate-database-credentials.