This project is not covered by Drupal’s security advisory policy.

This module provides a form with an intuitive configuration for batch processing, enabling migration of images from an image field to a media field. It supports migrations from image or media fields to other image or media fields within the same node, making it highly versatile and useful for modernizing content management workflows.

New Features and Enhancements

  • Batch Processing: Efficiently process large numbers of nodes, ensuring smooth and scalable migrations.
  • Field Compatibility: Migrate content between various field types, including:
    • Image to Media
    • Media to Media
    • Image to Image
    • Media to Image

How to Use

  1. Install the module using composer require drupal/image_media_migrate or download it from Drupal.org.
  2. Navigate to the configuration form at Administration > Configuration > Media > Media Migrate.
  3. Select the content type, source field, and destination field. The module will validate the configuration automatically.
  4. Click the "Run batch" button to initiate the migration process.

Limitations

  • This module currently supports migrations only for node entities. Other entity types (e.g., taxonomy terms, users) are not supported.

Alternative / similar modules:

https://www.drupal.org/project/image_field_to_media
https://www.drupal.org/project/migrate_file_to_media
https://www.drupal.org/project/file_to_media
https://www.drupal.org/project/media_migration
https://www.drupal.org/project/migrate_media_handler
https://www.drupal.org/project/filefield_to_mediafield

Project information

Releases