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.18/katello/el7/x86_64/katello-repos-latest.rpm
yum update -y https://yum.theforeman.org/releases/2.3/el7/x86_64/foreman-release.rpm
Clean the yum cache
yum clean all
Update packages:
yum update -y
yum install foreman-proxy-content
On the Katello server, regenerate the certificates tarball for your Smart Proxy:
foreman-proxy-certs-generate --foreman-proxy-fqdn "myproxy.example.com"\
--certs-update-all\
--certs-tar "~/myproxy.example.com-certs.tar"
And copy them to your Smart Proxy:
scp ~/myproxy.example.com-certs.tar myproxy.example.com:
The installer will run the right database migrations for all component services, as well as adjusting the configuration to reflect what’s new in Katello 3.18
foreman-installer --certs-tar-file ~/myproxy.example.com-certs.tar\
--certs-update-all --certs-regenerate true --certs-deploy true
Congratulations! You have now successfully upgraded your Smart Proxy to 3.18 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/foreman-proxy.log – if any of the “Upgrade step” tasks failed, you may try to run them manaully below to aid in troubleshooting.
Foreman 3.13.0 has been released! Follow the quick start to install it.
Foreman 3.12.1 has been released! Follow the quick start to install it.