in 2022 how to Upgrade EOL Centos 6.X to Centos 7!
| 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 right one (on my computer, the yum install updated it to a incompatible version. I had to :
| yum erase openscap yum install openscap-1.0.8-1.0.1.el6.centos.x86_64.rpm |
After this manipulation, preupg worked well. Unfortunately, I had a few warnings telling me it was very dangerous to upgrade, so, I will not try to do the upgrade, I wish you will have more luck than me!
Regarding the end of centos, since I really like centos and don't want to switch to stream for stability, I chose to go with with Almalinux. Unfortunately, I am getting a kernel panic on version 9. The version 8.6 is working great here.
Also, I did the move toward proxmox to virtualize my server. It is working very well, and it is quite easy to use.
Have fun with linux!
Comments
Post a Comment