import_drupal icon indicating copy to clipboard operation
import_drupal copied to clipboard

Image migration fails

Open matthewboman opened this issue 6 years ago • 0 comments

Following your article I updated the repository with my sites URL and ran into the following error running migrations:

In MigrateToolsCommands.php line 268:

[Exception] You must specify --all, --group, --tag or one or more migration names separated by commas

Exception trace: Drupal\migrate_tools\Commands\MigrateToolsCommands->import() at n/a:n/a call_user_func_array() at /var/www/vhosts/drupal/vendor/consolidation/annotated-command/src/CommandProcessor.php:235 Consolidation\AnnotatedCommand\CommandProcessor->runCommandCallback() at /var/www/vhosts/drupa/vendor/consolidation/annotated-command/src/CommandProcessor.php:181 Consolidation\AnnotatedCommand\CommandProcessor->validateRunAndAlter() at /var/www/vhosts/drupa/vendor/consolidation/annotated-command/src/CommandProcessor.php:150 Consolidation\AnnotatedCommand\CommandProcessor->process() at /var/www/vhostsdrupa/vendor/consolidation/annotated-command/src/AnnotatedCommand.php:404 Consolidation\AnnotatedCommand\AnnotatedCommand->execute() at /var/www/vhosts/drupa/vendor/symfony/console/Command/Command.php:255 Symfony\Component\Console\Command\Command->run() at /var/www/vhosts/drupa/vendor/symfony/console/Application.php:964 Symfony\Component\Console\Application->doRunCommand() at /var/www/vhosts/drupa/vendor/symfony/console/Application.php:248 Symfony\Component\Console\Application->doRun() at /var/www/vhosts/drupa/vendor/symfony/console/Application.php:148 Symfony\Component\Console\Application->run() at /var/www/vhosts/drupa/vendor/drush/drush/src/Runtime/Runtime.php:112 Drush\Runtime\Runtime->doRun() at /var/www/vhosts/drupa/vendor/drush/drush/src/Runtime/Runtime.php:41 Drush\Runtime\Runtime->run() at /var/www/vhosts/drupa/vendor/drush/drush/drush.php:66 require() at /var/www/vhosts/drupa/vendor/drush/drush/drush:4

Drupal 8.6.3 Drush 9.4

If I try migrating only articles it works, but then images are not migrated.

matthewboman avatar Nov 29 '18 20:11 matthewboman