Clone of Mauricio's Drupal 7 to modern Drupal migration examples maintained at Tag1.
Find a file
dependabot[bot] 3d6e717471
Bump symfony/process from 6.4.26 to 6.4.33 in /drupal10
Bumps [symfony/process](https://github.com/symfony/process) from 6.4.26 to 6.4.33.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/process/compare/v6.4.26...v6.4.33)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-version: 6.4.33
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 22:07:58 +00:00
assets Initial commit 2024-12-04 10:11:27 -06:00
drupal7 Update Drupal 7 to 7.105 2025-11-14 10:13:25 +01:00
drupal10 Bump symfony/process from 6.4.26 to 6.4.33 in /drupal10 2026-01-28 22:07:58 +00:00
D7_SITE_AUDIT.md Initial commit 2024-12-04 10:11:27 -06:00
README.md Update Drupal 7 to 7.105 2025-11-14 10:13:25 +01:00

Requirements

DDEV is required to run this example project. See the installation guide for instructions for your operating system. You can get support via:

Drupal 7 setup

Execute these commands to get a fully populated Drupal 7 site. It will be available at https://migration-drupal7.ddev.site/

cd drupal7
ddev start
ddev import-db --file ../assets/drupal7_db.sql.gz
ddev drush --yes updatedb
ddev import-files --source ../assets/drupal7_files.tar.gz
ddev restart
ddev launch
ddev drush uli

Drupal 10 setup

Execute these commands to get a Drupal 10 site. It will be available at https://migration-drupal10.ddev.site/

cd drupal10
ddev start
ddev composer install
ddev composer si
ddev launch
ddev drush uli