Bug 2096950

Summary: The Satellite and Capsule upgrade steps have changed due to satellite-maintain self-upgrade mechanism
Product: Red Hat Satellite Reporter: Amit Upadhye <aupadhye>
Component: DocumentationAssignee: Brian Angelica <bangelic>
Documentation sub component: default QA Contact:
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: unspecified    
Priority: high CC: bangelic
Version: 6.11.0   
Target Milestone: Unspecified   
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: 2022-07-22 18:51:59 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 Amit Upadhye 2022-06-14 15:36:04 UTC
Document URL: 

Section Number and Name: 

3.1.1. Upgrading a Connected Satellite Server
3.1.2. Upgrading a Disconnected Satellite Server
3.3. Upgrading Capsule Servers 

Describe the issue:

There is no need to enable the maintenance repository now as thats being handled by the satellite-maintain.

Suggestions for improvement:

Need to remove:
# subscription-manager repos --enable \
rhel-7-server-satellite-maintenance-6.11-rpms

and use below command for connected setup,

# satellite-maintain self-upgrade 

for disconnected setup,

# satellite-maintain self-upgrade  --maintenance-repo-label <6.11-maintenance-repo-label>

Additional information:

Comment 4 Brian Angelica 2022-06-22 20:02:05 UTC
The PR was merged and then a new PR was created to modify the cherry picking:

https://github.com/theforeman/foreman-documentation/pull/1342