From f36257ec02f203d019d41b766e3efc7b8fc8c11a Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 30 Dec 2024 10:39:12 +0100 Subject: [PATCH 1/4] fix typo --- .../pages/client-upgrades-product-migration.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/client-configuration/pages/client-upgrades-product-migration.adoc b/modules/client-configuration/pages/client-upgrades-product-migration.adoc index 42afa8f4868..8115fc95475 100644 --- a/modules/client-configuration/pages/client-upgrades-product-migration.adoc +++ b/modules/client-configuration/pages/client-upgrades-product-migration.adoc @@ -1,7 +1,7 @@ [[client-upgrades-spmigration]] = Product Migration -== Introcustion +== Introduction Product migration allows you to upgrade SLE-based client systems from an Service Pack (SP) level to a later one. For example, you can migrate {sles}{nbsp}15{nbsp}SP1 to {sles}{nbsp}15{nbsp}SP2. You can also upgrade clients such as {almalinux}, {centos}, {oracle}, or {rocky} to {sll}. @@ -16,7 +16,6 @@ You can also migrate openSUSE Leap to a later minor version or to the correspond * openSUSE Leap 15.1 to {sles} 15 SP1 * openSUSE Leap 15.5 to {sles} 15 SP5 - In {sles}{nbsp}12 and later, {suse} supports service pack skipping if {scclongform} provides it. For example, you can upgrade from {sles}{nbsp}15 to SP2, without installing SP1. @@ -184,7 +183,7 @@ In this case, the system is being upgraded to SLES 15 SP3, and the label is [lit To see a list of all base channels currently mirrored, run: + ---- -spacecmd softwarechannel_listbasechannels. +spacecmd softwarechannel_listbasechannels ---- + Keep in mind you cannot upgrade to a channel unless it is an available target for your current base channel. From f2d9a082033a2ed2252320cea8fb73afbdc21d5c Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 30 Dec 2024 10:43:33 +0100 Subject: [PATCH 2/4] SLES to SLES For SAP product migration https://github.com/SUSE/spacewalk/issues/26050 --- CHANGELOG.md | 2 ++ .../pages/client-upgrades-product-migration.adoc | 4 ++++ parameters.yml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38adb9adbf1..3ba7cc7b422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Added SUSE Linux Enterprise Server to SUSE Linux Enterprise Server for + SAP Applications product migration in Client Configuration Guide - Documented how to replace existing certificates via mgrtcl (bsc#1233793) - Clarified SSH authentication methods during Web UI bootstrap process in Client Configuration Guide (bsc#1233497) diff --git a/modules/client-configuration/pages/client-upgrades-product-migration.adoc b/modules/client-configuration/pages/client-upgrades-product-migration.adoc index 8115fc95475..460b04924fc 100644 --- a/modules/client-configuration/pages/client-upgrades-product-migration.adoc +++ b/modules/client-configuration/pages/client-upgrades-product-migration.adoc @@ -16,6 +16,10 @@ You can also migrate openSUSE Leap to a later minor version or to the correspond * openSUSE Leap 15.1 to {sles} 15 SP1 * openSUSE Leap 15.5 to {sles} 15 SP5 +You can also migrate {sles} to the corresponding {slesforsap} SP level, for example: + +* {sles} 15 SP5 to {slesforsap} 15 SP5 + In {sles}{nbsp}12 and later, {suse} supports service pack skipping if {scclongform} provides it. For example, you can upgrade from {sles}{nbsp}15 to SP2, without installing SP1. diff --git a/parameters.yml b/parameters.yml index 3f3a653aa75..12e50ad4d81 100644 --- a/parameters.yml +++ b/parameters.yml @@ -218,6 +218,8 @@ asciidoc: value: "SUSE Manager Proxy" - attribute: sles value: "SUSE Linux Enterprise Server" + - attribute: slesforsap + value: "SUSE Linux Enterprise Server for SAP Applications" - attribute: sled value: "SUSE Linux Enterprise Desktop" - attribute: sle @@ -240,6 +242,8 @@ asciidoc: value: MicroOS - attribute: slsa value: SLES + - attribute: sls4sapa + value: "SLES for SAP" - attribute: suse value: SUSE - attribute: slea From 6f4f28b665191c41deec1dc6a21efa9cad63334d Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 30 Dec 2024 10:54:01 +0100 Subject: [PATCH 3/4] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba7cc7b422..4d68d55adb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ - Added SUSE Linux Enterprise Server to SUSE Linux Enterprise Server for SAP Applications product migration in Client Configuration Guide -- Documented how to replace existing certificates via mgrtcl (bsc#1233793) +- Documented how to replace existing certificates via mgrctl (bsc#1233793) - Clarified SSH authentication methods during Web UI bootstrap process in Client Configuration Guide (bsc#1233497) - Changes proxy helm installation to use package from OS channel in From ad7c73fde9f0609687dcafe38f8ddc525ea7122d Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 30 Dec 2024 12:26:14 +0100 Subject: [PATCH 4/4] extensions enabled automatically --- CHANGELOG.md | 5 +++-- .../pages/client-upgrades-product-migration.adoc | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d68d55adb7..0d9271acda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -- Added SUSE Linux Enterprise Server to SUSE Linux Enterprise Server for - SAP Applications product migration in Client Configuration Guide +- Updated product migration in Client Configuration Guide: added SUSE + Linux Enterprise Server to SUSE Linux Enterprise Server for SAP + Applications and extensions enabled automatically - Documented how to replace existing certificates via mgrctl (bsc#1233793) - Clarified SSH authentication methods during Web UI bootstrap process in Client Configuration Guide (bsc#1233497) diff --git a/modules/client-configuration/pages/client-upgrades-product-migration.adoc b/modules/client-configuration/pages/client-upgrades-product-migration.adoc index 460b04924fc..b337520e2a8 100644 --- a/modules/client-configuration/pages/client-upgrades-product-migration.adoc +++ b/modules/client-configuration/pages/client-upgrades-product-migration.adoc @@ -2,6 +2,7 @@ = Product Migration == Introduction + Product migration allows you to upgrade SLE-based client systems from an Service Pack (SP) level to a later one. For example, you can migrate {sles}{nbsp}15{nbsp}SP1 to {sles}{nbsp}15{nbsp}SP2. You can also upgrade clients such as {almalinux}, {centos}, {oracle}, or {rocky} to {sll}. @@ -26,6 +27,13 @@ For example, you can upgrade from {sles}{nbsp}15 to SP2, without installing SP1. For supported {sles} upgrade paths, see link:https://documentation.suse.com/en-us/sles/15-SP4/html/SLES-all/cha-upgrade-paths.html#sec-upgrade-paths-supported[]. +[NOTE] +==== +All recommended extensions are automatically enabled when you migrate. +==== + + + [NOTE] ==== During migration, {productname} automatically accepts any required licenses (EULAs) before installation.