diff --git a/docs/.vuepress/public/images/ELevate-Testing.svg b/docs/.vuepress/public/images/ELevate-Testing.svg index 6dd148b83..a718c4948 100644 --- a/docs/.vuepress/public/images/ELevate-Testing.svg +++ b/docs/.vuepress/public/images/ELevate-Testing.svg @@ -1,4 +1,4 @@ -
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
X
Oracle Linux 8
Rocky Linux 8
CentOS Stream 9
AlmaLinux 9
Oracle Linux 9 **
Rocky Linux 9
Scientific Linux 7 *
CentOS Stream
10
AlmaLinux 10 ***
centoscentos
AlmaLinux
Kitten 10 ***
\ No newline at end of file +
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
CentOS Stream 9
AlmaLinux 9
CentOS Stream 10
AlmaLinux 10 *
centoscentos
AlmaLinux
Kitten 10 *
\ No newline at end of file diff --git a/docs/.vuepress/public/images/ELevate.svg b/docs/.vuepress/public/images/ELevate.svg index bda93aba7..cf3074ee1 100644 --- a/docs/.vuepress/public/images/ELevate.svg +++ b/docs/.vuepress/public/images/ELevate.svg @@ -1,4 +1,4 @@ -
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
X
Oracle Linux 8
Rocky Linux 8
CentOS Stream 9
AlmaLinux 9
Oracle Linux 9 **
Rocky Linux 9
Scientific Linux 7 *
CentOS Stream
10
AlmaLinux 10 ***
centoscentos
AlmaLinux
Kitten 10 ***
\ No newline at end of file +
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
CentOS Stream 9
AlmaLinux 9
CentOS Stream
10
AlmaLinux 10 *
centoscentos
AlmaLinux
Kitten 10 *
\ No newline at end of file diff --git a/docs/.vuepress/public/images/ELevateNG.svg b/docs/.vuepress/public/images/ELevateNG.svg index fd87d398a..cf3074ee1 100644 --- a/docs/.vuepress/public/images/ELevateNG.svg +++ b/docs/.vuepress/public/images/ELevateNG.svg @@ -1,4 +1,4 @@ -
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
X
Oracle Linux 8
Rocky Linux 8
CentOS Stream 9
AlmaLinux 9
Oracle Linux 9 **
Rocky Linux 9
Scientific Linux 7 *
CentOS Stream
10
AlmaLinux 10 ***
centoscentos
AlmaLinux
Kitten 10 ***
\ No newline at end of file +
CentOS 6
CentOS 7
CentOS Stream 8
AlmaLinux 8
CentOS Stream 9
AlmaLinux 9
CentOS Stream
10
AlmaLinux 10 *
centoscentos
AlmaLinux
Kitten 10 *
\ No newline at end of file diff --git a/docs/elevate/Contribution-guide.md b/docs/elevate/Contribution-guide.md index 0dbe44c82..1e2dca560 100644 --- a/docs/elevate/Contribution-guide.md +++ b/docs/elevate/Contribution-guide.md @@ -385,7 +385,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f PWD=$( pwd ) if [ -z "$DISTRO" ]; then - echo "$0 almalinux|centos|oraclelinux|rocky" + echo "$0 almalinux|centos" exit 1 fi @@ -421,7 +421,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f PWD=$( pwd ) if [ -z "$DISTRO" ]; then - echo "$0 almalinux|centos|oraclelinux|rocky" + echo "$0 almalinux|centos" exit 1 fi @@ -437,9 +437,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f Once you've prepared the vendor data for migration and tested the upgrade process, create a pull request to [leapp-data repository](https://github.com/AlmaLinux/leapp-data) to make it publicly available. :::warning -If your v3rd party repository data is intended only for a specific OS and not all supported OSes, please put it in the `files//vendors.d/` direction. - -When testing on your system, put your vendor files to the `/etc/leapp/files/vendors.d/` direction before starting the upgrade. +When testing on your system, put your vendor files to the `/etc/leapp/files/vendors.d/` directory before starting the upgrade. ::: Next, when the pull request is submitted, the AlmaLinux Team will review it. diff --git a/docs/elevate/ELevate-NG-testing-guide.md b/docs/elevate/ELevate-NG-testing-guide.md index e13b0f870..9eb7247c8 100644 --- a/docs/elevate/ELevate-NG-testing-guide.md +++ b/docs/elevate/ELevate-NG-testing-guide.md @@ -30,9 +30,7 @@ Currently, the following upgrade paths are available: ![image](/images/ELevateNG.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](#known-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project.
-\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. ::: warning ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/). @@ -465,14 +463,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the ## Known Issues -### Upgrading from Scientific Linux 7 - -Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check: - -```bash -rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release -``` - ### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10 If the system has been progressively upgraded from CentOS 7, the following issues appear after the preupgrade check when upgrading AlmaLinux 9 to AlmaLinux 10.0 Beta. The issues can be found in the generated `/var/log/leapp/leapp-report.txt` file. diff --git a/docs/elevate/ELevate-frequent-issues.md b/docs/elevate/ELevate-frequent-issues.md index c95462576..81ce8fb89 100644 --- a/docs/elevate/ELevate-frequent-issues.md +++ b/docs/elevate/ELevate-frequent-issues.md @@ -163,14 +163,6 @@ AlmaLinux Team is working hard to get a solution for these issues. Any contribut - Some CentOS 7 packages can remain after the upgrade. -### Upgrading from Scientific Linux 7 - -Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check: - -``` -rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release -``` - ## Get Help For more help and assistance reach out to us on the [AlmaLinux Community Chat](https://chat.almalinux.org/almalinux/channels/migration). diff --git a/docs/elevate/ELevate-quickstart-guide.md b/docs/elevate/ELevate-quickstart-guide.md index 6c3bd605e..9c9c7bd86 100644 --- a/docs/elevate/ELevate-quickstart-guide.md +++ b/docs/elevate/ELevate-quickstart-guide.md @@ -36,9 +36,7 @@ Currently, the following upgrade paths are available: ![image](/images/ELevate.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project.
-\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. ::: warning ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/). @@ -49,8 +47,7 @@ ELevate currently does not support the [Raspberry Pi images](https://github.com/ Depending on your upgrade path, you'll need one of the following systems installed to use this guide: - CentOS 7 – if you're upgrading to EL 8 -- Scientific Linux 7 – if you're upgrading to AlmaLinux 8 -- AlmaLinux 8, CentOS Stream 8, or Rocky Linux 8 – if you're upgrading to EL 9 +- AlmaLinux 8 or CentOS Stream 8 – if you're upgrading to EL 9 - AlmaLinux 9 or CentOS Stream 9 – if you're upgrading to EL10 **NOTE:** Since the CentOS 7 repositories are now offline you will need to swap to the CentOS vault, or you can use our CentOS 7 mirror that we've setup for use with ELevate: @@ -78,8 +75,6 @@ sudo curl -o /etc/yum.repos.d/CentOS-Base.repo https://el7.repo.almalinux.org/ce - leapp-data-almalinux - leapp-data-almalinux-kitten \* leapp-data-almalinux-kitten package is designed for upgrades from AlmaLinux OS 9 to AlmaLinux Kitten OS 10. - leapp-data-centos \* leapp-data-centos package is designed for upgrades to CentOS Stream. - - leapp-data-oraclelinux - - leapp-data-rocky ```bash sudo yum install -y leapp-upgrade leapp-data-almalinux diff --git a/docs/elevate/ELevate-testing-guide.md b/docs/elevate/ELevate-testing-guide.md index 16b76fadb..48fc1b65e 100644 --- a/docs/elevate/ELevate-testing-guide.md +++ b/docs/elevate/ELevate-testing-guide.md @@ -37,9 +37,7 @@ Currently, the following upgrades are available: ![image](/images/ELevate-Testing.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project.
-\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. ::: warning ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/). @@ -482,14 +480,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the ## Known Issues -### Upgrading from Scientific Linux 7 - -Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check: - -```bash -sudo rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release -``` - ### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10 If the system has been progressively upgraded from CentOS 7, the following issues appear after the preupgrade check when upgrading AlmaLinux 9 to AlmaLinux 10 or AlmaLinux Kitten 10. The issues can be found in the generated `/var/log/leapp/leapp-report.txt` file. diff --git a/docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md b/docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md index 92bb4d98f..f63de90a9 100644 --- a/docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md +++ b/docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md @@ -33,9 +33,7 @@ Currently, the following upgrade paths are available: ![image](/images/ELevateNG.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](#known-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project.
-\*\*\* - Currently, updgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. ::: warning ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/). @@ -470,14 +468,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the ## Known Issues -### Upgrading from Scientific Linux 7 - -Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check: - -```bash -sudo rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release -``` - ### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10 If the system has been progressively upgraded from CentOS 7, the following issues appear after the preupgrade check when upgrading AlmaLinux 9 to AlmaLinux 10 or AlmaLinux Kitten 10. The issues can be found in the generated `/var/log/leapp/leapp-report.txt` file. diff --git a/docs/elevate/README.md b/docs/elevate/README.md index 69ccf4093..e657648d2 100644 --- a/docs/elevate/README.md +++ b/docs/elevate/README.md @@ -38,9 +38,7 @@ Currently, the following upgrade paths are available: ![image](/images/ELevate.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project.
-\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. ## How to upgrade diff --git a/docs/migration/README.md b/docs/migration/README.md index 04dc796cf..46fdd4cb9 100644 --- a/docs/migration/README.md +++ b/docs/migration/README.md @@ -50,7 +50,6 @@ Currently, the following upgrade paths are available: ![image](/images/ELevate.svg) -\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues).
-\*\* - upgrading to Oracle Linux 9 is available with the [Oracle Leapp utility](https://blogs.oracle.com/linux/post/upgrade-oracle-linux-8-to-oracle-linux-9-using-leapp) and will not be supported by ELevate project. -See the [ELevate](/elevate/) section for the update steps.
-\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. +\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture. + +See the [ELevate](/elevate/) section for the update steps.