Migrate Aggregator
Categories
Component ID
2238797
Component name
Migrate Aggregator
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
694
Component created
Component changed
Component body
Migrates Aggregator content from Drupal 6 to Drupal 7.
Configuration
- Declare the D6 database in
settings.phpby using keyd6. For instance:// settings.php $databases['d6']['default'] = array( 'driver' => 'mysql', 'database' => 'd6_database', 'username' => 'foo', 'password' => 'bar', ); - Enable module
migrate_aggregator - Run the migration
- Either enable migrate_ui, go to
admin/content/migrateand run groupAggregator - Or run
drush migrate-import --group=aggregator
- Either enable migrate_ui, go to
Related modules
- migrate and migrate_d2d
- Will be natively supported by Drupal 8: #2155615: Migrate D6 aggregator feeds #2175261: Migrate D6 aggregator items
