Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/migrate_tools/README.txt @ 7:848c88cfe644
More layout
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2018 13:59:44 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 The Migrate Tools module provides tools for running and managing Drupal 8 |
Chris@0 | 2 migrations. |
Chris@0 | 3 |
Chris@0 | 4 Drush commands supported include: |
Chris@0 | 5 |
Chris@0 | 6 * migrate-status - Lists migrations and their status. |
Chris@0 | 7 * migrate-import - Performs import operations. |
Chris@0 | 8 * migrate-rollback - Performs rollback operations. |
Chris@0 | 9 * migrate-stop - Cleanly stops a running operation. |
Chris@0 | 10 * migrate-reset-status - Sets a migration status to Idle if it's gotten stuck. |
Chris@0 | 11 * migrate-messages - Lists any messages associated with a migration import. |
Chris@0 | 12 |
Chris@0 | 13 The UI at this point provides a front-end equivalent to the migrate-status and |
Chris@0 | 14 migrate-messages commands. It will be enhanced to allow running the other |
Chris@0 | 15 operations, as well as provide the ability to create and alter migrations. |