DDEV Migrations

 

DDEV Setup Commands for azs-cmm (AZ Quickstart Pantheon Drupal site)

April 7, 2026


 

# --- 1. Verify DDEV is installed and check version ---

which ddev && ddev --version


 

# --- 2. Initialize DDEV configuration ---

# Sets project type to Drupal, docroot to web/, PHP 8.4 (matching composer.json platform config)

ddev config --project-type=drupal --docroot=web --php-version=8.4 --project-name=azs-cmm


 

Drush and Terminus

 

 

Terminus
terminus drush [site].[multidev instance] -- [command]

Migrate Status: 
terminus drush azs-superfund.migrate -- ms

Migrate Status for group: 
terminus drush azs-superfund.migrate -- migrate:status -- group=az_migration
- Scroll up to review number of elements migrated

Migrate Users and login: 
terminus drush azs-superfund.migrate -- mim az_user
terminus drush azs-superfund.migrate -- mim az_cas_user
- Verify login on the Pantheon site