This repository was archived by the owner on Jan 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Procedure for migrating EuroLinux to RockyLinux
2
+
3
+ 1 . Preparation:
4
+ - Ensure a stable and reliable internet connection throughout the entire migration process. This is critical for downloading scripts and packages.
5
+ - Create a full backup of the system to be migrated.
6
+ - Test the recovery procedure to ensure you can restore the system in case of interruption or errors during migration.
7
+ - It is recommended to run the migration in a session manager, e.g., tmux.
8
+
9
+ 2 . Download migration scripts:
10
+ - For EL8:
11
+ ```
12
+ curl -O https://raw.githubusercontent.com/EuroLinux/rocky-tools/feature/vaulted_migration/migrate2rocky/migrate2rocky.sh
13
+ ```
14
+ - For EL9:
15
+ ```
16
+ curl -O https://raw.githubusercontent.com/EuroLinux/rocky-tools/feature/vaulted_migration/migrate2rocky/migrate2rocky9.sh
17
+ ```
18
+
19
+ 3. Migration:
20
+ - Migrating EuroLinux 8 to RockyLinux 8:
21
+ ```
22
+ sudo bash migrate2rocky.sh -r
23
+ ```
24
+
25
+ - Migrating EuroLinux 9.4 to RockyLinux 9.4:
26
+ - If RockyLinux has not yet released version 9.5:
27
+ ```
28
+ sudo bash migrate2rocky9.sh -r
29
+ ```
30
+ - If RockyLinux has already released version 9.5 or higher:
31
+ ```
32
+ sudo bash migrate2rocky9.sh -rv 9.4
33
+ ```
You can’t perform that action at this time.
0 commit comments