Skip to content

Commit c7904de

Browse files
authored
Update ELevate pages and diagrams (#724)
1 parent 71bf4ea commit c7904de

File tree

11 files changed

+15
-63
lines changed

11 files changed

+15
-63
lines changed

docs/.vuepress/public/images/ELevate-Testing.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/.vuepress/public/images/ELevate.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/.vuepress/public/images/ELevateNG.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/elevate/Contribution-guide.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f
383383
PWD=$( pwd )
384384
385385
if [ -z "$DISTRO" ]; then
386-
echo "$0 almalinux|centos|oraclelinux|rocky"
386+
echo "$0 almalinux|centos"
387387
exit 1
388388
fi
389389
@@ -419,7 +419,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f
419419
PWD=$( pwd )
420420
421421
if [ -z "$DISTRO" ]; then
422-
echo "$0 almalinux|centos|oraclelinux|rocky"
422+
echo "$0 almalinux|centos"
423423
exit 1
424424
fi
425425
@@ -435,9 +435,7 @@ When creating `in_packageset` and `out_packageset` lists, please, stick to the f
435435
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.
436436

437437
:::warning
438-
If your v3rd party repository data is intended only for a specific OS and not all supported OSes, please put it in the `files/<target_OS>/vendors.d/` direction.
439-
440-
When testing on your system, put your vendor files to the `/etc/leapp/files/vendors.d/` direction before starting the upgrade.
438+
When testing on your system, put your vendor files to the `/etc/leapp/files/vendors.d/` directory before starting the upgrade.
441439
:::
442440

443441
Next, when the pull request is submitted, the AlmaLinux Team will review it.

docs/elevate/ELevate-NG-testing-guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ Currently, the following upgrade paths are available:
2828

2929
![image](/images/ELevateNG.svg)
3030

31-
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](#known-issues). <br>
32-
\*\* - 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.<br>
33-
\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
31+
\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
3432

3533
::: warning
3634
ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/).
@@ -463,14 +461,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the
463461

464462
## Known Issues
465463

466-
### Upgrading from Scientific Linux 7
467-
468-
Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check:
469-
470-
```bash
471-
rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release
472-
```
473-
474464
### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10
475465

476466
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.

docs/elevate/ELevate-frequent-issues.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@ AlmaLinux Team is working hard to get a solution for these issues. Any contribut
161161
162162
- Some CentOS 7 packages can remain after the upgrade.
163163
164-
### Upgrading from Scientific Linux 7
165-
166-
Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check:
167-
168-
```
169-
rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release
170-
```
171-
172164
## Get Help
173165
174166
For more help and assistance reach out to us on the [AlmaLinux Community Chat](https://chat.almalinux.org/almalinux/channels/migration).

docs/elevate/ELevate-quickstart-guide.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ Currently, the following upgrade paths are available:
3434

3535
![image](/images/ELevate.svg)
3636

37-
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
38-
\*\* - 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.<br>
39-
\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
37+
\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
4038

4139
::: warning
4240
ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/).
@@ -47,8 +45,7 @@ ELevate currently does not support the [Raspberry Pi images](https://github.com/
4745
Depending on your upgrade path, you'll need one of the following systems installed to use this guide:
4846

4947
- CentOS 7 – if you're upgrading to EL 8
50-
- Scientific Linux 7 – if you're upgrading to AlmaLinux 8
51-
- AlmaLinux 8, CentOS Stream 8, or Rocky Linux 8 – if you're upgrading to EL 9
48+
- AlmaLinux 8 or CentOS Stream 8 – if you're upgrading to EL 9
5249
- AlmaLinux 9 or CentOS Stream 9 – if you're upgrading to EL10
5350

5451
**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:
@@ -76,8 +73,6 @@ sudo curl -o /etc/yum.repos.d/CentOS-Base.repo https://el7.repo.almalinux.org/ce
7673
- leapp-data-almalinux
7774
- leapp-data-almalinux-kitten <small>\* leapp-data-almalinux-kitten package is designed for upgrades from AlmaLinux OS 9 to AlmaLinux Kitten OS 10.</small>
7875
- leapp-data-centos <small>\* leapp-data-centos package is designed for upgrades to CentOS Stream.</small>
79-
- leapp-data-oraclelinux
80-
- leapp-data-rocky
8176

8277
```bash
8378
sudo yum install -y leapp-upgrade leapp-data-almalinux

docs/elevate/ELevate-testing-guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ Currently, the following upgrades are available:
3535

3636
![image](/images/ELevate-Testing.svg)
3737

38-
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
39-
\*\* - 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.<br>
40-
\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
38+
\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
4139

4240
::: warning
4341
ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/).
@@ -480,14 +478,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the
480478
481479
## Known Issues
482480
483-
### Upgrading from Scientific Linux 7
484-
485-
Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check:
486-
487-
```bash
488-
sudo rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release
489-
```
490-
491481
### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10
492482
493483
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.

docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ Currently, the following upgrade paths are available:
3131

3232
![image](/images/ELevateNG.svg)
3333

34-
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](#known-issues). <br>
35-
\*\* - 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.<br>
36-
\*\*\* - Currently, updgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
34+
\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
3735

3836
::: warning
3937
ELevate currently does not support the [Raspberry Pi images](https://github.com/AlmaLinux/raspberry-pi/).
@@ -468,14 +466,6 @@ Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the
468466
469467
## Known Issues
470468
471-
### Upgrading from Scientific Linux 7
472-
473-
Upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. You can apply it by running the following command before the preupgrade check:
474-
475-
```bash
476-
sudo rm -rf /usr/share/redhat-release /usr/share/doc/redhat-release
477-
```
478-
479469
### Progressive upgrade to AlmaLinux 10 or AlmaLinux Kitten 10
480470
481471
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.

docs/elevate/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Currently, the following upgrade paths are available:
3636

3737
![image](/images/ELevate.svg)
3838

39-
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
40-
\*\* - 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.<br>
41-
\*\*\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
39+
\* - Currently, upgrades to AlmaLinux 10 and AlmaLinux Kitten 10 don't support x86_64_v2 architecture.
4240

4341
## How to upgrade
4442

0 commit comments

Comments
 (0)