CodeNewbie Community ๐ŸŒฑ

Ankit Mathur
Ankit Mathur

Posted on

How to Migrate from CentOS 7 to CentOS Stream 8?

As CentOS 7 is obsolete on 30th June 2024, move on to CentOS Stream 8 with a simple migration.

Image description

โœ… Take your Backup โ€“ Secure your data and work before upgrading.
โœ… Update & Install EPEL โ€“ yum update -y && yum install -y epel-release
โœ… Upgrade to CentOS Stream 8 โ€“ Use centos-release-stream and run:

bash
Copy
Edit
dnf install centos-release-stream -y

dnf swap centos-linux-repos centos-stream-repos -y

dnf distro-sync -y

โœ… Reboot & Verify โ€“ cat /etc/centos-release should show CentOS Stream 8.

Make sure you use a powerful VPS when upgraded to CentoOS Stream 8? You can trust Oxtrys VPS for fulfilling your requirement!

Top comments (0)