Active
Project:
Migrate
Version:
7.x-2.8
Component:
Drush
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2016 at 00:28 UTC
Updated:
29 Aug 2016 at 11:45 UTC
Jump to comment: Most recent
Essentially, I am now out of luck with my file migration:
drush mi ImageAttachFileMigration --limit=10000
Processed 10000 (0 created, 10000 updated, 0 failed, 0 ignored) in 257.9 sec (2327/min) - done with 'ImageAttachFileMigration' [completed]Here is my code for reference:
// File Migration for Image Attach Images
$file_arguments = $common_arguments + array(
'machine_name' => 'ImageAttachFileMigration',
'description' => t('Import Drupal 6 File references to be used by content types that used image attach in D6.'),
'user_migration' => 'UserMigration', // User migration must be run first so the ownership can be set.
'default_uid' => 1, // Seems appropriate
'source_dir' => 'http://ranchomurieta.com/', // See https://www.drupal.org/node/1540106
//'destination_dir' => 'public://', // This is the default value.
);
Migration::registerMigration('DrupalFile6Migration', $file_arguments['machine_name'], $file_arguments);
Comments
Comment #2
afi13 commentedSame for me.
Drupal version : 7.50
Drush version : 8.0.5