centos2ol
centos2ol copied to clipboard
Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
Hi, The script does not work for centos 8 stream... is there any workaround to make it work? ``` [root@xyz ~]# sudo bash centos2ol.sh Checking for required packages... Checking your...
yum update not working always stops. tried yum distro-sync, yum update, yum clean all, dnf all 
Hi trying to convert from centos 8.5 to oracle 8.5 but it always converts to the latest minor version, how can I fix that? Command that I use ``` curl...
After running ``` wget https://raw.githubusercontent.com/oracle/centos2ol/main/centos2ol.sh bash centos2ol.sh -V ``` and rebooting, repos in `/etc/yum.repos.d/` are like so: `baseurl=https://yum$ociregion.$ocidomain/repo/OracleLinux/OL7/latest/$basearch/` `dnf makecache` then fails with: ``` Failed to synchronize cache for repo...
Hi, I just noticed that the README.md still claims ([on line 100](https://github.com/oracle/centos2ol/blob/main/README.md?plain=1#L100)) that the script only enables base repositories and not stuff like CentOS plus or extras, referring to issue...
I recently tried to set up an Oracle Linux machine using WSL 2 and basing it off of the CentOS 8 version, but I ran into insurmountable issues (at least,...
Near the end of script execution: ```Testing for remaining CentOS RPMs centos2ol.sh: line 559: [[: kernel-4.18.0-305.10.2.el8_4 kernel-core-4.18.0-305.10.2.el8_4 kernel-modules-4.18.0-305.10.2.el8_4: syntax error: invalid arithmetic operator (error token is ".18.0-305.10.2.el8_4 kernel-core-4.18.0-305.10.2.el8_4 kernel-modules-4.18.0-305.10.2.el8_4") The...
I'm not able to migrate from a Centos 6. The part that caught my attention in the XML file (which is directly accessible via curl) is a reference to a...
Good afternoon, After following your tutorial to switch from CentOS 7 to Oracle Linux, I found an error. I do everything right and there is no problem. It turns out...
An Oracle-EPEL release/repo only seems to exist for version 7 and up. On CentOS 6, centos2ol.sh removes epel-release then tries and fails to replace it with a non-existent Oracle version:...