From 1df306dac3d55e897367bc57aee797d2f694a6d6 Mon Sep 17 00:00:00 2001 From: Tim Mullin Date: Thu, 11 Jan 2024 18:03:44 +0000 Subject: [PATCH] Document that running --check is required before migration Fixes #334. Updated the documentation to state that one must run --check to check for blockers before running --start to start the migration. --- docs-website-src/content/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs-website-src/content/_index.md b/docs-website-src/content/_index.md index 29d4ac7f..12c994d6 100644 --- a/docs-website-src/content/_index.md +++ b/docs-website-src/content/_index.md @@ -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 @@ -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