Reformat UPGRADE.md
This commit is contained in:
parent
cc746568c5
commit
69de83d6c3
1 changed files with 10 additions and 1 deletions
11
UPGRADE.md
11
UPGRADE.md
|
@ -1,15 +1,22 @@
|
|||
## 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.
|
||||
|
||||
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:
|
||||
|
@ -18,7 +25,9 @@ post_deploy:
|
|||
```
|
||||
2. Deploy master branch to site
|
||||
3. Remove the post_deploy command from the vault member
|
||||
|
||||
## Drupal 9 latest -> Drupal 10
|
||||
|
||||
1. Deploy drupal10-rebased 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue