Project
I've been using Upgrade Status to keep an eye on what's needed to upgrade.
There were a handful of modules that could be patched for compatibility.
The biggest issue left is the database upgrade. I may need to request that from my hosting provider.
I set up another ddev instance, using some tricks to access things from the D10 site.
- DDEV multisite setup.
- Drush site db sync command for ddev.
- Quickly sync site databases.
- Drush updb gives a list of modules missing.
- Install with composer.
- Install incompatible modules.
- Drupal lenient and composer patches.
- Sync current site directory into new ddev project.
- Use composer path repositories for symlinked directories.
- Use for mantraprofile, theme, custom modules.