Document URL: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.8-beta/html/upgrading_and_updating_red_hat_satellite/upgrading_red_hat_satellite#upgrading_a_connected_satellite_server Section Number and Name: 3.1.1. Upgrading a Connected Satellite Server Describe the issue: Change the following: """ Use the health check option to determine if the system is ready for upgrade. When prompted, enter the hammer admin user credentials to configure satellite-maintain with hammer credentials. These changes are applied to the /etc/foreman-maintain/foreman-maintain-hammer.yml file. # satellite-maintain upgrade check --target-version 6.8-beta """ to: """ 8. Use the health check option to determine if the system is ready for upgrade. When prompted, enter the hammer admin user credentials to configure satellite-maintain with hammer credentials. These changes are applied to the /etc/foreman-maintain/foreman-maintain-hammer.yml file. # FOREMAN_MAINTAIN_USE_BETA=1 satellite-maintain upgrade check --target-version 6.8 """ Next, change: """ 10. Perform the upgrade: # satellite-maintain upgrade run --target-version 6.8-beta """ to: """ 10. Perform the upgrade: # FOREMAN_MAINTAIN_USE_BETA=1 satellite-maintain upgrade run --target-version 6.8 """
Hello See also Bug 1877396 - Satelllite 6.8-beta upgrade instructions are incorrect
*** Bug 1875513 has been marked as a duplicate of this bug. ***
The change is now live on the customer portal: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.8-beta/html/upgrading_and_updating_red_hat_satellite/upgrading_red_hat_satellite#upgrading_a_connected_satellite_server