Migrates Aggregator content from Drupal 6 to Drupal 7.

Configuration

  1. Declare the D6 database in settings.php by using key d6. For instance:
    // settings.php
    $databases['d6']['default'] = array(
      'driver' => 'mysql',
      'database' => 'd6_database',
      'username' => 'foo',
      'password' => 'bar',
    );
    
  2. Enable module migrate_aggregator
  3. Run the migration
    • Either enable migrate_ui, go to admin/content/migrate and run group Aggregator
    • Or run drush migrate-import --group=aggregator

Related modules

Supporting organizations: 

Project information

Releases