Module Description
This module provides drush support for upgrading from Drupal 6 or 7 to Drupal 8. The plan is for this drush support to be added to drush itself at some point, at which point this module will become obsolete.

Versions To use this with any modern version of Drupal, use the following command:

composer require drupal/migrate_upgrade:^4


* 4.0.x: This branch works with Drupal 9+ and Drush 9+.
* 8.x-3.x: This branch works with Drupal 8.2.x and above.
* 8.x-2.0: This release works only with Drupal 8.1.x. This release is no longer supported.
* 8.x-1.0: This release works only with Drupal 8.0.x. This release is no longer supported.

Drush To run a complete upgrade of your legacy Drupal site to the current Drupal site:

drush migrate-upgrade --legacy-db-url=mysql://user:pass@12.34.56.78/d6db --legacy-root=http://myd6site.com You can also add a --configure-only option, which instead of running the migration will generate migration configuration entities, which may then be edited to customize the migration path and run using the migrate_tools module.

Bug reports It is important to note that this module only provides the front-end to the upgrade process - if you see a problem with the results of your migration, this is almost certainly an issue with the core framework, and should be reported to the core issue queue with a component of "migration system".

Project Usage
7241
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of upgrading from Drupal 6 or 7 to Drupal 8 using drush support, with the intention of eventually being integrated into drush itself.
Data Name
migrate_upgrade

OPENAI CHATBOT

OPENAI CHATBOT

16:23:10
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.