Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

migrateexport

No security coverage
View on drupal.org

This module allows you to export configurations and content from Drupal 7 sites in JSON format. It acts as a bridge tool, primarily for migrating data to Drupal 10.

The migrateexport module lets you export configurations and content in JSON format. It's primarily used as a bridge between Drupal 7 and Drupal 10 sites (on the Drupal 7 side) to facilitate migration between these two environments.

For the configurations on the d10 side, check out the migration_hbk_auto module.

Important Note: Configuring CORS for Drupal 10

Once the module is installed, it is crucial to add the Drupal 10 site to the CORS configuration in your Drupal 7 site. This step ensures that the Drupal 7 site allows requests from the Drupal 10 site, enabling seamless data export and migration.

To configure CORS:

  1. Go to the CORS configuration page in your Drupal 7 site:
    /admin/config/services/cors
  2. Add the URL of your Drupal 10 site to the list of allowed origins. For example:
    https://your-drupal10-site.com
  3. Save the configuration.

This step is essential to avoid cross-origin request issues during the migration process.

Activity

Total releases
2
First release
Jan 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 2
Maintenance
Dormant

Releases

Version Type Release date
1.0.5 Stable Feb 4, 2025
1.0.4 Stable Jan 30, 2025