diff --git a/UPGRADE.md b/UPGRADE.md new file mode 100644 index 0000000..0f4d00c --- /dev/null +++ b/UPGRADE.md @@ -0,0 +1,24 @@ +## Uninstall +### The following will be uninstalled automatically on deploy to D9-latest (now merged into master branch) +- Color +- Quick Edit +- Seven +### The following can be removed manually after the D10 upgrade is complete +- Stable (uninstall and remove from composer.json) +- Geo upgrade (this one is actually now used during the upgrade, and it may not hurt to keep it around, though it can be uninstalled at the end) +### Migration related modules +modules related to the migration from D7 to D8 are still enabled, they can probably be disabled, but this can be done after the upgrade is finished. + +## Drupal 9.3.3 -> Drupal 9 latest +1. Add the following to the vault member: +``` +post_deploy: + - command: "then stable9" + action: drush +``` +2. Deploy master branch to site +3. Remove the post_deploy command from the vault member +## Drupal 9 latest -> Drupal 10 +1. Deploy drupal10 branch to site +2. Edit media items and apply cropping where needed (likely the hero blocks in header and footer will be tiny) +3. Uninstall Stable theme and Geo Upgrade custom module (remember to commit this change)