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: doc/source/operations/rocky-linux-9.rst
+121-3Lines changed: 121 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -602,7 +602,125 @@ Wazuh manager
602
602
603
603
TODO
604
604
605
-
In-place migrations
606
-
===================
605
+
In-place upgrades
606
+
=================
607
607
608
-
TODO
608
+
Sometimes it is necessary to upgrade a system in-place.
609
+
This may be the case for the seed hypervisor or Ansible control host which are often installed manually onto bare metal.
610
+
This procedure is not officially recommended, and can be risky, so be sure to back up all critical data and ensure serial console access is available (including password login) in case of getting locked out.
611
+
612
+
The procedure is performed in two stages:
613
+
614
+
1. Migrate from CentOS Stream 8 to Rocky Linux 8
615
+
2. Upgrade from Rocky Linux 8 to Rocky Linux 9
616
+
617
+
Potential issues
618
+
----------------
619
+
620
+
Full procedure
621
+
--------------
622
+
623
+
- Inspect existing DNF packages and determine whether they are really required.
0 commit comments