Skip to content

Commit

Permalink
Merge pull request #346 from timmullin/Issue-334
Browse files Browse the repository at this point in the history
Document that running --check is required before migration
  • Loading branch information
toddr authored Jan 11, 2024
2 parents 8c5f252 + 1df306d commit bb1b443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-website-src/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ chmod 700 /scripts/elevate-cpanel

### Pre-upgrade checks

We recommend you check for known blockers before you upgrade. The check is designed to not make any changes to your system.
We **require** that you check for known blockers before you upgrade. The check is designed to not make any changes to your system.

You can check if your system is ready to upgrade to **AlmaLinux 8** by running:
```bash
Expand Down Expand Up @@ -154,6 +154,7 @@ You can upgrade to **Rocky Linux 8** by running:
/scripts/elevate-cpanel --help

# Check if your server is ready for elevation (dry run mode)
# This is required before starting the migration
/scripts/elevate-cpanel --check # defaults to AlmaLinux
/scripts/elevate-cpanel --check --upgrade-to=almalinux
/scripts/elevate-cpanel --check --upgrade-to=rocky
Expand Down

0 comments on commit bb1b443

Please sign in to comment.