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
Supporting organizations:
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience, Import and export
- Created by fengtan on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
