Components
- Code
- Documentation
- Miscellaneous
- User interface
Licence
http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet d'avoir migrate en commande drush
Release
Covered by Drupal's security advisory policy
Covered by Drupal's security advisory policy
Release type : New features
Covered by Drupal's security advisory policy
Release type : Bug fixes
Covered by Drupal's security advisory policy
Release type : Bug fixes Release type : New features
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".
Toutes les informations proviennent du site drupal.org