You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/elevate/Contribution-guide.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevate Contribution Guide"
3
3
---
4
4
5
-
###### last updated: 2025-06-05
5
+
###### last updated: 2025-11-03
6
6
7
7
# Contribute to the ELevate project
8
8
@@ -17,12 +17,13 @@ Currently, the ELevate project supports the following of 3rd party repositories:
17
17
18
18
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
19
19
- Docker CE - for all supported operating systems.
20
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
21
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
20
+
- MariaDB - for supported operating systems.
21
+
- nginx - for supported operating systems.
22
22
- PostgreSQL - for all supported operating systems.
23
-
- Imunify - for upgrades to EL 8.
24
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
23
+
- Imunify - for upgrades to EL 8 and EL 10.
24
+
- KernelCare - for supported operating systems.
25
25
- TuxCare - for all supported operating systems.
26
+
- ELevate - for all supported operating systems.
26
27
27
28
This guide provides steps to integrate 3rd party repository packages into the ELevate upgrade process.
Copy file name to clipboardExpand all lines: docs/elevate/ELevate-NG-testing-guide.md
+101-9Lines changed: 101 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevate NG Testing Guide"
3
3
---
4
4
5
-
###### last updated: 2025-07-03
5
+
###### last updated: 2025-11-03
6
6
7
7
# ELevate NG Testing Guide
8
8
@@ -14,12 +14,13 @@ The ELevate NG supports a number of 3rd party repositories:
14
14
15
15
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
16
16
- Docker CE - for all supported operating systems.
17
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
18
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
17
+
- MariaDB - for supported operating systems.
18
+
- nginx - for supported operating systems.
19
19
- PostgreSQL - for all supported operating systems.
20
-
- Imunify - for upgrades to EL 8.
21
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
20
+
- Imunify - for upgrades to EL 8 and EL 10.
21
+
- KernelCare - for supported operating systems.
22
22
- TuxCare - for all supported operating systems.
23
+
- ELevate - for all supported operating systems.
23
24
24
25
:::tip
25
26
You can add more 3rd party repositories support. See more on the [Contribute](/elevate/Contribution-guide) page.
@@ -143,6 +144,91 @@ EL7 to EL8 upgrades aren't supported by [leapp-repository upstream](https://gith
143
144
144
145
Please follow the [ELevating CentOS 7 to AlmaLinux 10](/elevate/ELevating-CentOS7-to-AlmaLinux-10) guide to upgrade CentOS7 to AlmaLinux 8.
145
146
147
+
## Prepare the system for upgrading to AlmaLinux 9
148
+
149
+
:::warning
150
+
Skip these steps if your system was NOT upgraded from EL 7.
151
+
:::
152
+
153
+
When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 9:
154
+
155
+
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the **exclude** line especially that refers to elevate or leapp.
- Install leapp packages and upgrade data for AlmaLinux which is target OS:
155
247
156
248
```bash
@@ -218,6 +310,10 @@ Please follow the [ELevating CentOS 7 to AlmaLinux 10](/elevate/ELevating-CentOS
218
310
219
311
## Prepare the system for upgrade to AlmaLinux 10
220
312
313
+
:::warning
314
+
Skip these steps if your system was NOT upgraded from EL 8.
315
+
:::
316
+
221
317
When successfully upgraded to AlmaLinux 9 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 10:
222
318
223
319
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the **exclude** line especially that refers to elevate or leapp.
@@ -288,10 +384,6 @@ After these preparations are completed, you can upgrade your AlmaLinux 9 machine
288
384
289
385
## Upgrading AlmaLinux 9 to AlmaLinux 10
290
386
291
-
:::warning
292
-
This upgrade is currently in development and testing. The main goals are to deliver working `leapp-data` and `leapp-repository` packages needed for the upgrade and to be able to upgrade to AlmaLinux OS 10 successfully. This upgrade is not recommended for production machines.
293
-
:::
294
-
295
387
:::tip
296
388
These steps can also be used to perform the upgrade from CentOS Stream 9 to CentOS Stream 10. The only difference is the `leapp-data` package.
Copy file name to clipboardExpand all lines: docs/elevate/ELevate-quickstart-guide.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevate Quickstart Guide"
3
3
---
4
4
5
-
###### last updated: 2025-06-06
5
+
###### last updated: 2025-11-03
6
6
7
7
# ELevate Quickstart Guide
8
8
@@ -20,12 +20,13 @@ The ELevate project supports a number of 3rd party repositories:
20
20
21
21
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
22
22
- Docker CE - for all supported operating systems.
23
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
24
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
23
+
- MariaDB - for supported operating systems.
24
+
- nginx - for supported operating systems.
25
25
- PostgreSQL - for all supported operating systems.
26
-
- Imunify - for upgrades to EL 8.
27
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
26
+
- Imunify - for upgrades to EL 8 and EL 10.
27
+
- KernelCare - for supported operating systems.
28
28
- TuxCare - for all supported operating systems.
29
+
- ELevate - for all supported operating systems.
29
30
30
31
:::tip
31
32
You can contribute to the project and add more 3rd party repositories support. See more on the [Contribute](/elevate/Contribution-guide) page.
Copy file name to clipboardExpand all lines: docs/elevate/ELevate-testing-guide.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevate Testing Guide"
3
3
---
4
4
5
-
###### last updated: 2025-06-09
5
+
###### last updated: 2025-11-03
6
6
7
7
# ELevate Testing Guide
8
8
@@ -21,12 +21,13 @@ The ELevate Project supports a number of 3rd party repositories:
21
21
22
22
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
23
23
- Docker CE - for all supported operating systems.
24
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
25
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
24
+
- MariaDB - for supported operating systems.
25
+
- nginx - for supported operating systems.
26
26
- PostgreSQL - for all supported operating systems.
27
-
- Imunify - for upgrades to EL 8.
28
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
27
+
- Imunify - for upgrades to EL 8 and EL 10.
28
+
- KernelCare - for supported operating systems.
29
29
- TuxCare - for all supported operating systems.
30
+
- ELevate - for all supported operating systems.
30
31
31
32
:::tip
32
33
You can contribute to the project and add more 3rd party repositories support. See more on the [Contribute](/elevate/Contribution-guide) page.
@@ -116,6 +117,10 @@ ELevate currently does not support the [Raspberry Pi images](https://github.com/
116
117
117
118
## Prepare the system for upgrading to AlmaLinux 9
118
119
120
+
:::warning
121
+
Skip these steps if your system was NOT upgraded from EL 7.
122
+
:::
123
+
119
124
When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 9:
120
125
121
126
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the **exclude** line especially that refers to elevate or leapp.
@@ -203,6 +208,12 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
- Install leapp packages and upgrade data for AlmaLinux:
207
218
208
219
```bash
@@ -268,6 +279,10 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
268
279
269
280
## Prepare the system for upgrade to AlmaLinux 10
270
281
282
+
:::warning
283
+
Skip these steps if your system was NOT upgraded from EL 8.
284
+
:::
285
+
271
286
When successfully upgraded to AlmaLinux 9 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 10:
272
287
273
288
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the `exclude=` line especially that refers to elevate or leapp.
@@ -356,6 +371,12 @@ The only difference is the `leapp-data` package.
Copy file name to clipboardExpand all lines: docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "ELevating CentOS 7 to AlmaLinux 10"
3
3
---
4
4
5
-
###### last updated: 2025-06-09
5
+
###### last updated: 2025-11-03
6
6
7
7
# ELevating CentOS 7 to AlmaLinux 10
8
8
@@ -17,12 +17,13 @@ The ELevate project supports a number of 3rd party repositories:
17
17
18
18
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
19
19
- Docker CE - for all supported operating systems.
20
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
21
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
20
+
- MariaDB - for supported operating systems.
21
+
- nginx - for supported operating systems.
22
22
- PostgreSQL - for all supported operating systems.
23
-
- Imunify - for upgrades to EL 8.
24
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10
23
+
- Imunify - for upgrades to EL 8 and EL 10.
24
+
- KernelCare - for supported operating systems.
25
25
- TuxCare - for all supported operating systems.
26
+
- ELevate - for all supported operating systems.
26
27
27
28
:::tip
28
29
You can add more 3rd party repositories support. See more on the [Contribute](/elevate/Contribution-guide) page.
@@ -111,6 +112,10 @@ ELevate currently does not support the [Raspberry Pi images](https://github.com/
111
112
112
113
## Prepare the system for upgrade to AlmaLinux 9
113
114
115
+
:::warning
116
+
Skip these steps if your system was NOT upgraded from EL 7.
117
+
:::
118
+
114
119
When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 9:
115
120
116
121
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the `exclude=` line especially that refers to elevate or leapp.
@@ -266,6 +271,10 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
266
271
267
272
## Prepare the system for upgrade to AlmaLinux 10
268
273
274
+
:::warning
275
+
Skip these steps if your system was NOT upgraded from EL 8.
276
+
:::
277
+
269
278
When successfully upgraded to AlmaLinux 9 OS, consider performing these steps to prepare your system for upgrading to AlmaLinux 10:
270
279
271
280
- Navigate to the **/etc/** directory and use an editor of your choice to edit the **yum.conf** file. You need to remove everything from the `exclude=` line especially that refers to elevate or leapp.
Copy file name to clipboardExpand all lines: docs/elevate/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "About ELevate project"
3
3
---
4
4
5
-
###### last updated: 2025-06-06
5
+
###### last updated: 2025-11-03
6
6
7
7
# About the project
8
8
@@ -22,12 +22,13 @@ The ELevate project supports a number of 3rd party repositories:
22
22
23
23
- EPEL support is currently available for upgrades to AlmaLinux OS only. **Note**, that the support works only for those packages from EL 9 that are currently available for EL 10. Unavailable packages from EL 9 will remain on the system after the upgrade.
24
24
- Docker CE - for all supported operating systems.
25
-
- MariaDB - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
26
-
- nginx - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
25
+
- MariaDB - for supported operating systems.
26
+
- nginx - for supported operating systems.
27
27
- PostgreSQL - for all supported operating systems.
28
-
- Imunify - for upgrades to EL 8.
29
-
- KernelCare - for supported operating systems excluding AlmaLinux 10, AlmaLinux Kitten 10, and CentOS Stream 10.
28
+
- Imunify - for upgrades to EL 8 and EL 10.
29
+
- KernelCare - for supported operating systems.
30
30
- TuxCare - for all supported operating systems.
31
+
- ELevate - for all supported operating systems.
31
32
32
33
:::tip
33
34
You can contribute to the project and add more 3rd party repositories support. See more on the [Contribute](/elevate/Contribution-guide) page.
0 commit comments