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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

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

PHP Build Version
Package Version
Requires acquia/drupal-environment-detector Version ^1.2
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package acquia/acquia-migrate-accelerate contains the following files

Loading the files please wait ....