The Media: Acquia DAM to Acquia DAM migration tool facilitates asset transfers within the Drupal application.
The tool offers several key capabilities:
The migration will cover:
Before you start the migration process, ensure:
If you are already running the latest version of the media_acquiadam module (2.1.x) and acquia_dam version 1.1.2 (or newer), and have previously performed the database update, you can skip the version upgrade and database update, steps 1 and 2.
Upgrade the module using Composer or through the Drupal UI.
composer require drupal/media_acquiadam:^2.1
This step is essential to apply any necessary database schema changes and configuration updates, enabling the new version of the Media Acquia DAM module to function properly. Execute the drush updb -y command or navigate to the /update.php page in your Drupal installation. This process also enables the media_acquiadam module.
After the upgrade and database update steps are completed, navigate to the migration path (/admin/config/acquia-dam/migration) within the Drupal user interface. This leads to the Migration Dashboard, which provides a clear overview of the migration status.
The migration process is guided through a three-step wizard designed to ensure a smooth and structured migration experience. Each step focuses on a specific phase of the migration:
You can progress through the following steps sequentially, with options to review, confirm, and proceed at their own pace.
A. Media source selection
This dashboard facilitates the migration of legacy media types to Acquia DAM by providing a map between media_acquiadam media types and their corresponding media source in Acquia DAM. The table displays the media types, the total number of media items, the display handler for media assets, and the target media source that requires migration. This dashboard enables you to track the progress and completion of the migration.
The details of each column are:
Target source type: You receive a list of Acquia DAM media sources. You must select the target source for asset migration.
B. Media type selection
This page shows a list of new media types from the Acquia DAM module. Select the checkbox next to any media type you do not want to keep. You must decide whether to keep the suggested media types or select them for deletion if they are not required.
Note: If you deselect any suggested media type, a warning appears to alert you about potential duplication within the system.
C. Pre-migration review
After you review and confirm the media types selected for deletion, click Save & Next to move to the final step. This action takes you to the pre-migration report, which provides a summary of the current status before the migration begins.
After the configuration is saved, migration can be performed through either of the following:
Verify the data and click Migrate to begin the migration process. The assets migrate in batches. A progress bar displays the status of the migration in real time.
At the end of the process, the system displays a migration summary. This summary provides a detailed overview of the media items successfully migrated, categorized by each media type.
After you click Save on the last page of the migration dashboard, you can also perform asset migration using the Drush command:
drush acquiadam:migrate
After the migration, ensure that:
To finalize the migration process:
Note: For sites using the existing Acquia DAM bulk import module, the new version included with Acquia DAM does not include the ability to select Subcategories. This is a known issue and will be fixed in a follow-up release. If you require this functionality, please wait for acquia_dam 1.1.3 before migrating.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Tue May 20 2025 13:18:03 GMT+0000 (Coordinated Universal Time)