Bug 1877397 - 6.8 Beta Upgrade instructions have wrong arguments to command
Summary: 6.8 Beta Upgrade instructions have wrong arguments to command
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Documentation
Version: 6.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.8.0
Assignee: Sergei Petrosian
QA Contact: satellite-doc-list
Suyog Sainkar
URL:
Whiteboard:
: 1875513 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-09 14:36 UTC by Mike McCune
Modified: 2020-09-11 15:26 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-11 15:26:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mike McCune 2020-09-09 14:36:29 UTC
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
"""

Comment 1 Stephen Wadeley 2020-09-09 15:03:17 UTC
Hello

See also
Bug 1877396 - Satelllite 6.8-beta upgrade instructions are incorrect

Comment 5 Brad Buckingham 2020-09-11 14:48:38 UTC
*** Bug 1875513 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.