Download the PHP package acquia/acquia-migrate-accelerate without Composer
On this page you can find all versions of the php package acquia/acquia-migrate-accelerate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acquia/acquia-migrate-accelerate
More information about acquia/acquia-migrate-accelerate
Files in acquia/acquia-migrate-accelerate
Package acquia-migrate-accelerate
Short Description An enhanced UI and assistant for Drupal migrations. See https://www.acquia.com/drupal9/accelerate-your-migration.
License
Homepage https://www.acquia.com/drupal9/accelerate-your-migration
Informations about the package acquia-migrate-accelerate
Acquia Migrate Accelerate
What's this then?
This is a Drupal 9 module that provides a set of tools for accelerating a Drupal 7 → Drupal 9 migration.
Features:
- Provides a React-based UI for performing Drupal 7 → 9 migrations
- Migration Dashboard provides an overview of overall data migration progress
- Supports Import/Rollback/Rollback and Import of migrations
- Is smart about dependencies: dependencies must be imported first
- Preview displays incoming content prior to importing
- Messages pane allows viewing/filtering migration messages
- Catches entity validation errors in addition to migration errors
- and so much more! 😊
Specifying source database and files
Note: This step will no longer be required once the environment is generated from Acquia Cloud.
You only need to set the private file path if applicable.
Open your Drupal 9 site's sites/default/settings.php
, create a new $databases['migrate']
entry (the key must be named migrate
!), and specify the Drupal 7 source database. Also specify the base path for your Drupal 7 site (so that sites/default/files
is a subdirectory). Like so:
Troubleshooting
I go to /acquia-migrate-accelerate/migrations
I get "An unrecognized error occurred." What gives?!
This is normally caused by Drupal issuing a 500 error. Go to /admin/reports/dblog
and see if that holds any clues. Another common troubleshooting step is to clear the cache. (Navigate to /admin/config/development/performance
or run drush cr
)
I'm getting a ton of "can't find files" errors when attempting to migrate Public files. HALP!
Remember that public files need the base path to the files directory (in other words, the parent directory of where the /files
path resides), not the files directory itself.
I found something not listed here, or I have other feedback!
Please file a Zendesk ticket against the 'Beta Programs' ticket type.
License
Use of Acquia Migrate Accelerate is subject to the terms in the included LICENSE.txt
and the included Subscription and Services Agreement.
All versions of acquia-migrate-accelerate with dependencies
composer/semver Version ^3.0
drupal/core Version ^9.0.6
drupal/decoupled_pages Version ^1.0
drupal/migmag Version ^1.3
drupal/migrate_plus Version ^5
league/uri Version ^6.3
league/uri-components Version ^2.2.1