Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 7d04951

Browse files
authored
Merge pull request #98 from EuroLinux/migrate2rocky
intructions for migration to RockyLinux
2 parents cee68bc + 7144336 commit 7d04951

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/HowTo/migrate_to_rocky_linux.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
```

0 commit comments

Comments
 (0)