Skip to content

Commit

Permalink
Document that running --check is required before migration
Browse files Browse the repository at this point in the history
Fixes #334. Updated the documentation to state that one
must run --check to check for blockers before running
--start to start the migration.
  • Loading branch information
timmullin committed Jan 11, 2024
1 parent 8c5f252 commit 1df306d
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 1df306d

Please sign in to comment.