drush migrate-stopfor drush 7x


Stop an active migration operation

drush migrate-stop

migrate-stop is a Drush command from the migrate project.

migrate
  • Aliases


    migrate-stop has 1 alias/es:


    drush mst

  • Arguments


    migrate-stop accepts 1 argument/s:


    migration : Name of migration to stop

  • Options


    migrate-stop accepts 2 option/s:


    --all : Stop all active migration operations

    --group : Name of a specific migration group to stop

  • Examples


    Stop any active operation on the Article migration

    migrate-stop Article

    Stop all active migration operations

    migrate-stop --all

  • Comments


    comments powered by Disqus