Linux

Migrate From CentOS 8 to Rocky Linux 8

Steps to Migrate CentOS 8 to Rocky Linux 8 Rocky Linux 8 is one to one RHEL binary compatible Linux OS. Its latest stable release 8.4 has been released. If you want to migrate from CentOS 8 to Rocky Linux, here is the tu...

Steps to Migrate CentOS 8 to Rocky Linux 8

Rocky Linux 8 is one to one RHEL binary compatible Linux OS. Its latest stable release 8.4 has been released. If you want to migrate from CentOS 8 to Rocky Linux, here is the tutorial.

1. Run System Update

sudo dnf update && sudo dnf upgrade

2. Download Migration Script

wget https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky.sh

3. Change Script Permission

sudo chmod +x migrate2rocky.sh

4. Execute Script

sudo bash migrate2rocky.sh -r

Once completed, sync and reboot:

sudo dnf distro-sync -y
sudo reboot

5. Verify OS Version

cat /etc/os-release
Admin User

Written by Admin User

Content writer at UpBrightSkills

Comments (0)

No comments yet. Be the first to comment!