Katello supports upgrades from version 2.0. For users transitioning from 1.4, please see - Transition Guide.
Before you upgrade, you need to run the upgrade check script that will check for any active tasks, your version of Katello, and if there are any content hosts that will be deleted (see below). This script is included in Katello 2.4.3.
To run the script:
foreman-rake katello:upgrade_check
If Katello is running on a Virtual Machine, we recommend to take a snapshot prior to upgrading. Otherwise, take a backup of the relevant databases by following the instructions here.
Ensure your operating system is fully up-to-date:
yum -y update
NOTE: If kernel packages are updated here (e.g. upgrading el 6.6 to 6.7), you must reboot and ensure the new kernel and SELinux policy is loaded before upgrading Katello.
Update the Foreman and Katello release packages:
yum update -y https://fedorapeople.org/groups/katello/releases/yum/3.2/katello/el6/x86_64/katello-repos-latest.rpm
yum update -y https://fedorapeople.org/groups/katello/releases/yum/foreman/1.13/el6/x86_64/foreman-release.rpm
yum update -y https://fedorapeople.org/groups/katello/releases/yum/3.2/katello/el7/x86_64/katello-repos-latest.rpm
yum update -y https://yum.theforeman.org/releases/1.13/el7/x86_64/foreman-release.rpm
Clean the yum cache
yum clean all
Update the required packages:
yum -y update
The installer with the –upgrade flag will run the right database migrations for all component services, as well as adjusting the configuration to reflect what’s new in Katello 3.2
foreman-installer --scenario katello --upgrade
Congratulations! You have now successfully upgraded your Katello to 3.2 For a rundown of what was added, please see release notes.!
If for any reason, the above steps failed, please review /var/log/foreman-installer/katello.log – if any of the “Upgrade step” tasks failed, you may try to run them manaully below to aid in troubleshooting.
Foreman 2.3.3 has been released! Follow the quick start to install it.
Foreman 2.2.3 has been released! Follow the quick start to install it.