centos2ol
centos2ol copied to clipboard
Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
Can I edit the centos2ol.sh script in a few places where it checks for "old_release" in order to run it with CentOS-Stream-8 installed? # rpm -q --whatprovides /etc/redhat-release centos-stream-release-8.6-1.el8.noarch REPOS...
Request that conversion script first check for extra repos enabled, and flag them in an output/warning before attempt to run, for example if the user has remi's repo enabled etc....
Hi there, I was asked to upgrade a physical server from Centos 8 to Oracle Linux. The script went fine until the yum distro-sync command: Error: Transaction test error: **file...
Hi guys, Is it possible that Almalinux could be added to the list of OS's to migrate from? I tried to change the code here: https://github.com/oracle/centos2ol/blob/main/centos2ol.sh#L131 - to include an...
Hello, Running the latest script on CentOS 8 and getting the following error: Error: Transaction test error: file /usr/share/pixmaps/poweredby.png from install of oracle-logos-httpd-84.5-1.0.1.el8.noarch conflicts with file from package centos-logos-httpd-80.5-2.el8.noarch Could...
Now that CentOS 8 is history, using `centos2ol.sh` does not work any more because the CentOS repositories have become unavailable. Running the script produces something like this: ``` Checking for...
Hello, I have a Mysql-community instance on a server currently CentOS 8 and I want to convert it to Oracle Linux 8. Do I need to remove the repositories of...
I slightly modified the script to improve logging and recovery for my needs. But some of the changes might have a wider appeal. I think it might make sense to...
Hey, i have installed a fresh centos 8 and after using this script the kernal conversion was done successfully and the script showed a message..: > Generating grub configuration file...
Some installations don't have yum Checking for required packages... 'yum' command not found. Please install or add it to your PATH and try again. Simple fix: sudo dnf -y install...