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 1875513

Summary: satellite-maintain do not list version 6.8-beta
Product: Red Hat Satellite Reporter: Prashant Waghmare <pwaghmar>
Component: DocumentationAssignee: satellite-doc-list
Status: CLOSED DUPLICATE QA Contact: satellite-doc-list
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.8.0CC: apatel, jyejare, kgaikwad, swadeley
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-11 14:48:38 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 Prashant Waghmare 2020-09-03 16:23:03 UTC
Document URL: 

https://access.redhat.com/documentation/en-us/red_hat_satellite/6.8-beta/html-single/upgrading_and_updating_red_hat_satellite/index#upgrading_a_connected_satellite_server

Section Number and Name: 

* Upgrade Satellite Server

8. # satellite-maintain upgrade check --target-version 6.8-beta

Describe the issue: 

1. # rpm -qa rubygem-foreman_maintain --last

rubygem-foreman_maintain-0.6.8-1.el7sat.noarch Thu 03 Sep 2020 07:28:23 PM IST

2.# satellite-maintain upgrade list-versions
6.7.z
6.8    <==== no availability of 6.8-beta

3.# satellite-maintain upgrade check --target-version 6.8-beta

Nothing to update, can't find new version of satellite-maintain.
Can't upgrade to 6.8-beta
Possible target versions are:
6.7.z
6.8

Suggestions for improvement: 

Documentation should have correct available version i.e. 6.8

Additional information:

Comment 1 Prashant Waghmare 2020-09-08 19:44:56 UTC
Hello,

As per mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1875512 , 

The correct steps of upgrade are:

1) enable the FOREMAN_MAINTAIN_USE_BETA env variable with following command:
 
# export FOREMAN_MAINTAIN_USE_BETA=1

2) Regarding 6.8-beta version- There is not separate scenario for 6.8-beta. Export the FOREMAN_MAINTAIN_USE_BETA and then run:

 # satellite-maintain upgrade check --target-version 6.8

3) Once upgrade check will be successful then run upgrade:

 # satellite-maintain upgrade run --target-version 6.8

And it leads to successful upgrade.

Comment 2 Stephen Wadeley 2020-09-09 15:05:24 UTC
Hello

see also
Bug 1877397 - 6.8 Beta Upgrade instructions have wrong arguments to command

Comment 3 Brad Buckingham 2020-09-11 13:00:47 UTC
Hi Prashant,

This appears to be a duplicate of bug 1877397.  Do you agree?