Skip to content

Commit

Permalink
ELevate updates (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
sboldyreva authored Sep 20, 2024
1 parent 44acd06 commit 9cc0944
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/elevate/ELevate-NG-testing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ After these preparations are completed, you can upgrade your AlmaLinux 8 machine
sudo curl -o /etc/yum.repos.d/elevate-ng.repo https://repo.almalinux.org/elevate/testing/elevate-ng-el$(rpm -E %rhel).repo
```
* Install leapp packages and upgrade data for AlmaLinux:
* Install leapp packages and upgrade data for AlmaLinux which is target OS:
```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```
Expand Down
13 changes: 10 additions & 3 deletions docs/elevate/ELevate-frequent-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ELevate Frequent Issues
---

###### last updated: 2024-07-08
###### last updated: 2024-09-20

# ELevate Frequent Issues

Expand Down Expand Up @@ -112,10 +112,17 @@ To resolve this issue, please, follow the steps below:

## Known issues

* For now, the ELevate project supports only CentOS repositories. It doesn't support other third-party (external) repositories.
AlmaLinux Team is working hard to get a solution for these issues. Any contribution is valuable and helps us out. If you want to help and contribute, see [how to contribute](/elevate/#how-to-contribute) information.

* Some CentOS 7 packages can remain after the upgrade.

AlmaLinux Team is working hard to get a solution for these issues. Any contribution is valuable and helps us out. If you want to help and contribute, see [how to contribute](/elevate/#how-to-contribute) information.
### 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

Expand Down
6 changes: 3 additions & 3 deletions docs/elevate/ELevate-offline-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ELevate Offline Guide"
---

###### last updated: 2024-04-18
###### last updated: 2024-09-20

# ELevate Offline Guide

Expand Down Expand Up @@ -80,7 +80,7 @@ To be able to install ELevate packages you need to add the local ELevate mirror

### Install ELevate packages

* Install leapp packages and migration data for the OS you want to upgrade from the private mirror:
* Install leapp packages and migration data for the target OS you want to upgrade to from the private mirror:
```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```
Expand Down Expand Up @@ -223,7 +223,7 @@ If this migration is the first one, you have to [create your local mirrors](#pre

### Install ELevate packages

* Install leapp packages and migration data for the OS you want to upgrade from the private mirror:
* Install leapp packages and migration data for the target OS you want to upgrade to from the private mirror:
```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```
Expand Down
11 changes: 5 additions & 6 deletions docs/elevate/ELevate-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ELevate Quickstart Guide"
---

###### last updated: 2024-08-30
###### last updated: 2024-09-20

# ELevate Quickstart Guide

Expand Down Expand Up @@ -32,7 +32,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). <br>
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
\** - 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.

### Requirements
Expand All @@ -56,17 +56,16 @@ sudo curl -o /etc/yum.repos.d/CentOS-Base.repo https://el7.repo.almalinux.org/ce
sudo yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm --eval %rhel).noarch.rpm
```

* Install leapp packages and upgrade data for the OS you want to upgrade. Possible options are:
* Install leapp packages and upgrade data for the target OS you want to upgrade to. Possible options are:
* leapp-data-almalinux
* leapp-data-centos
* leapp-data-centos <small>* leapp-data-centos package is designed for upgrades to CentOS Stream.</small>
* leapp-data-eurolinux
* leapp-data-oraclelinux
* leapp-data-rocky

```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```

* Start a preupgrade check. In the meanwhile, the Leapp utility creates a special */var/log/leapp/leapp-report.txt* file that contains possible problems and recommended solutions. No rpm packages will be installed at this phase.

:::warning
Expand Down
6 changes: 3 additions & 3 deletions docs/elevate/ELevate-testing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ELevate Testing Guide"
---

###### last updated: 2024-09-05
###### last updated: 2024-09-20

# ELevate Testing Guide

Expand All @@ -28,7 +28,7 @@ Currently, the following upgrades 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). <br>
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
\** - 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.


Expand All @@ -48,7 +48,7 @@ Currently, the following upgrades are available:
sudo rpm --import https://repo.almalinux.org/elevate/RPM-GPG-KEY-ELevate
```

* Install leapp packages and upgrade data for AlmaLinux:
* Install leapp packages and upgrade data for AlmaLinux which is target OS to upgrade to:
```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```
Expand Down
2 changes: 1 addition & 1 deletion docs/elevate/ELevating-CentOS7-to-AlmaLinux-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can contribute to the project and add more 3rd party repositories support. S
sudo yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm --eval %rhel).noarch.rpm
```

* Install leapp packages and upgrade data for AlmaLinux:
* Install leapp packages and upgrade data for AlmaLinux which is target OS:
```
sudo yum install -y leapp-upgrade leapp-data-almalinux
```
Expand Down
4 changes: 2 additions & 2 deletions docs/elevate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "About ELevate project"
---

###### last updated: 2024-08-30
###### last updated: 2024-09-20

# About the project

Expand Down Expand Up @@ -34,7 +34,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). <br>
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
\** - 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.

## How to upgrade
Expand Down
2 changes: 1 addition & 1 deletion docs/migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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). <br>
\* - upgrading from Scientific Linux 7 to AlmaLinux 8 requires a workaround. Please, see more in the [known issues](/elevate/ELevate-frequent-issues). <br>
\** - 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.

0 comments on commit 9cc0944

Please sign in to comment.