You are here

README.txt in Migrate Tools 8.2

Same filename and directory in other branches
  1. 8.5 README.txt
  2. 8.3 README.txt
  3. 8.4 README.txt
The Migrate Tools module provides tools for running and managing Drupal 8
migrations.

Drush commands supported include:

* migrate-status - Lists migrations and their status.
* migrate-import - Performs import operations.
* migrate-rollback - Performs rollback operations.
* migrate-stop - Cleanly stops a running operation.
* migrate-reset-status - Sets a migration status to Idle if it's gotten stuck.
* migrate-messages - Lists any messages associated with a migration import.

The UI at this point provides a front-end equivalent to the migrate-status and
migrate-messages commands. It will be enhanced to allow running the other
operations, as well as provide the ability to create and alter migrations.

File

README.txt
View source
  1. The Migrate Tools module provides tools for running and managing Drupal 8
  2. migrations.
  3. Drush commands supported include:
  4. * migrate-status - Lists migrations and their status.
  5. * migrate-import - Performs import operations.
  6. * migrate-rollback - Performs rollback operations.
  7. * migrate-stop - Cleanly stops a running operation.
  8. * migrate-reset-status - Sets a migration status to Idle if it's gotten stuck.
  9. * migrate-messages - Lists any messages associated with a migration import.
  10. The UI at this point provides a front-end equivalent to the migrate-status and
  11. migrate-messages commands. It will be enhanced to allow running the other
  12. operations, as well as provide the ability to create and alter migrations.