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/ELevate-NG-testing-guide.md
+5-25Lines changed: 5 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,10 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
267
267
In certain configurations, Leapp generates _/var/log/leapp/answerfile_ with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
268
268
:::
269
269
270
+
:::tip
271
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
272
+
:::
273
+
270
274
- The following fixes from _the /var/log/leapp/leapp-report.txt_ file are the most popular fixes for RHEL8-based operating systems:
271
275
272
276
```bash
@@ -388,10 +392,6 @@ After these preparations are completed, you can upgrade your AlmaLinux 9 machine
388
392
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.
389
393
:::
390
394
391
-
:::tip
392
-
Optionally, you can install the Cockpit Web UI along with the `cockpit-leapp` extension (see the optional steps below) to inspect the upgrade report in a browser.
393
-
:::
394
-
395
395
- Install ELevate NG version repo config for AlmaLinux 9:
396
396
397
397
```bash
@@ -419,24 +419,6 @@ Optionally, you can install the Cockpit Web UI along with the `cockpit-leapp` ex
- Start the Cockpit Web Service Socket, if not running (optional):
429
-
430
-
```bash
431
-
sudo systemctl start cockpit.socket
432
-
```
433
-
434
-
- Log into Cockpit Web UI at `http://<your_ip_address>:9090`.
435
-
436
-
:::tip
437
-
Make sure the 9090 port is accessible.
438
-
:::
439
-
440
422
- 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.
441
423
442
424
:::warning
@@ -456,9 +438,7 @@ Optionally, you can install the Cockpit Web UI along with the `cockpit-leapp` ex
456
438
:::
457
439
458
440
:::tip
459
-
If you installed the `cockpit-leapp` UI extension, you can review the preupgrade report directly in the Cockpit Web UI, as shown below:
460
-
461
-

441
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
462
442
:::
463
443
464
444
- Currently, the direct upgrade from Almalinux OS 9 to AlmaLinux OS 10.0 Beta goes smoothly. If there is a progressive upgrade from CentOS 7 to AlmaLinux OS 10.0 Beta, please check the [known issues](#known-issues) section.
## Inspecting the upgrade report in Cockpit Web UI
139
+
140
+
Optionally, you can install the Cockpit Web UI along with the `cockpit-leapp` extension to inspect the Leapp upgrade report in a browser instead of reading _/var/log/leapp/leapp-report.txt_ directly.
141
+
142
+
:::tip
143
+
Cockpit is available when upgrading from AlmaLinux 8 or AlmaLinux 9.
144
+
:::
145
+
146
+
- Install Cockpit and the Leapp in-place upgrade Cockpit UI packages:
147
+
148
+
```bash
149
+
sudo yum install -y cockpit cockpit-leapp
150
+
```
151
+
152
+
- Start the Cockpit Web Service Socket, if not running:
153
+
154
+
```bash
155
+
sudo systemctl start cockpit.socket
156
+
```
157
+
158
+
- Log into Cockpit Web UI at `http://<your_ip_address>:9090`.
159
+
160
+
:::tip
161
+
Make sure the 9090 port is accessible.
162
+
:::
163
+
164
+
- After running `leapp preupgrade`, you can review the preupgrade report directly in the Cockpit Web UI, as shown below:
165
+
166
+

167
+
138
168
### Demo Video
139
169
140
170
Here we have provided a demo of a CentOS 7.x to AlmaLinux 8.x upgrade using the AlmaLinux ELevate Project.
Copy file name to clipboardExpand all lines: docs/elevate/ELevate-testing-guide.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,10 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
232
232
In certain configurations, Leapp generates _/var/log/leapp/answerfile_ with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
233
233
:::
234
234
235
+
:::tip
236
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
237
+
:::
238
+
235
239
- The following fixes from _the /var/log/leapp/leapp-report.txt_ file are the most popular fixes for RHEL8-based operating systems:
236
240
237
241
```bash
@@ -413,6 +417,10 @@ The only difference is the `leapp-data` package.
413
417
In certain configurations, Leapp generates _/var/log/leapp/answerfile_ with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
414
418
:::
415
419
420
+
:::tip
421
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
422
+
:::
423
+
416
424
- Currently, the direct upgrade from Almalinux OS 9 to AlmaLinux OS 10.0 goes smoothly. If there is a progressive upgrade from CentOS 7 to AlmaLinux OS 10.0, please check the [known issues](#known-issues) section.
Copy file name to clipboardExpand all lines: docs/elevate/ELevating-CentOS7-to-AlmaLinux-10.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,10 @@ When successfully upgraded to AlmaLinux 8 OS, consider performing these steps to
224
224
In certain configurations, Leapp generates _/var/log/leapp/answerfile_ with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
225
225
:::
226
226
227
+
:::tip
228
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
229
+
:::
230
+
227
231
- The following fixes from _the /var/log/leapp/leapp-report.txt_ file are the most popular fixes for RHEL8-based operating systems:
228
232
229
233
```bash
@@ -400,6 +404,10 @@ The only difference is the `leapp-data` package.
400
404
In certain configurations, Leapp generates _/var/log/leapp/answerfile_ with true/false questions. Leapp utility requires answers to all these questions in order to proceed with the upgrade.
401
405
:::
402
406
407
+
:::tip
408
+
You can also inspect the upgrade report in the Cockpit Web UI. See [Inspecting the upgrade report in Cockpit Web UI](/elevate/ELevate-quickstart-guide#inspecting-the-upgrade-report-in-cockpit-web-ui).
409
+
:::
410
+
403
411
- Currently, the direct upgrade from Almalinux OS 9 to AlmaLinux OS 10.0 goes smoothly. If there is a progressive upgrade from CentOS 7 to AlmaLinux OS 10.0, please check the [known issues](#known-issues) section.
0 commit comments