in 2022 how to Upgrade EOL Centos 6.X to Centos 7!
If as I did you waited for too long before thinking it would be a great idea to upgrade your old centos 6.x on your server/home server and now you are facing the EOL of this version... This post is for you. Unfortunately, from my experience, the upgrade was unsuccessfull, maybe it will help you. In fact, after I upgraded to the latest version 6, some software started to bug (webmin, firewall changed it's settings, lost linux raid...) Anyway, I tried a lot to find a way to upgrade, so, if it can help you, read the following. Step 1: change repository mirror location: curl https://www.getpagespeed.com/files/centos6-eol.repo --output /etc/yum.repos.d/CentOS-Base.repo source: https://www.getpagespeed.com/server-setup/how-to-fix-yum-after-centos-6-went-eol Step 2: Follow the steps here : https://www.linuxgurus.in/upgrade-centos6-to-centos7/ For me, the preupg step did not worked well. The openscap version was not the ...