Skip to content
Snippets Groups Projects
Commit b9736bf5 authored by Gowthamraj Krishnasamy's avatar Gowthamraj Krishnasamy Committed by Lucas Hedding
Browse files

Issue #3315929 by Anchal_gupta: Replace README.txt with README.md

parent 752a246a
No related branches found
No related tags found
1 merge request!27Resolve #3315929 "Replace readme.txt to readme.md"
Pipeline #56919 failed
# MIGRATE TOOLS
* Introduction
## Introduction
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.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment