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 upgrade2. Download Migration Script
wget https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky.sh3. Change Script Permission
sudo chmod +x migrate2rocky.sh4. Execute Script
sudo bash migrate2rocky.sh -rOnce completed, sync and reboot:
sudo dnf distro-sync -y
sudo reboot5. Verify OS Version
cat /etc/os-release
Comments (0)
Log in or register to leave a comment.
No comments yet. Be the first to comment!