Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1877397

Summary: 6.8 Beta Upgrade instructions have wrong arguments to command
Product: Red Hat Satellite Reporter: Mike McCune <mmccune>
Component: DocumentationAssignee: Sergei Petrosian <spetrosi>
Status: CLOSED CURRENTRELEASE QA Contact: satellite-doc-list
Severity: high Docs Contact: Suyog Sainkar <ssainkar>
Priority: unspecified    
Version: 6.8.0CC: dvoss, egolov, ehelms, pwaghmar, ssainkar, swadeley
Target Milestone: 6.8.0   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-11 15:26:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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. ***