Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that running --check is required before migration #346

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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