Since Foreman 3.3 and Katello 4.5 are the last supported versions on EL7, I decided to do an in-place upgrade from CentOS 7 to Almalinux 8 using leapp. I'm using a fully up-to-date (as of 19th September 2022) installation of Foreman 3.3, Katello 4.5. So first, make sure you're up to date with your installation: [root@katello01 ~]# yum -y clean all [root@katello01 ~]# rm -rf /var/cache/yum [root@katello01 ~]# yum -y makecache fast [root@katello01 ~]# yum -y update If any foreman-packages have been updated, go ahead and ensure that your foreman-installation is consistent: [root@katello01 ~]# foreman-maintain service stop [root@katello01 ~]# foreman-installer --scenario katello Make sure that the installer runs without errors before continuing. Check if you need to reboot the server and reboot it if package updates require it [root@katello01 ~]# yum needs-restarting -r [root@katello01 ~]# reboot The foreman team is hosting a patched version of the leapp upg...