1. Updating Foreman

Foreman community recommends that you perform updates regularly to resolve security vulnerabilities and other issues.

1.1. Updating Foreman server

You can update your Foreman server to the latest packages published by Foreman community.

Procedure
  1. On your Foreman server, start Foreman maintenance mode:

    # foreman-maintain maintenance-mode start
  2. Upgrade all packages:

    # dnf upgrade
  3. Reconfigure Foreman server:

    # foreman-installer
  4. Stop Foreman maintenance mode:

    # foreman-maintain maintenance-mode stop
Verification
  • On your Foreman server, verify that all Foreman services are running:

    # foreman-maintain service status -b
Next steps

1.2. Updating Smart Proxy server

You can update your Smart Proxy server to the latest packages published by Foreman community.

Procedure
  1. On your Smart Proxy server, upgrade all packages:

    # dnf upgrade
  2. Reconfigure Smart Proxy server:

    # foreman-installer
Pre-release version Report issue