Bug 1723926

Summary: Add documentation on Satellite 6.5 to upgrade to mongo WiredTiger storage engine
Product: Red Hat Satellite Reporter: sthirugn <sthirugn>
Component: DocumentationAssignee: Sergei Petrosian <spetrosi>
Status: CLOSED CURRENTRELEASE QA Contact: Vlada Grosu <vgrosu>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: spetrosi
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: 2019-07-08 09:51:58 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:
Bug Depends On: 1585407    
Bug Blocks:    

Description sthirugn@redhat.com 2019-06-25 18:56:45 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5/html/upgrading_and_updating_red_hat_satellite/upgrading_red_hat_satellite

https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5/html/upgrading_and_updating_red_hat_satellite/upgrading_red_hat_satellite#upgrading_capsule_server

Section Number and Name:
N/A

Describe the issue:
The mongo upgrade to WiredTiger storage engine (which is faster than older storage engines) should be documented in both Satellite and Capsule upgrade guides.

To upgrade to mongo WiredTiger, run the installer command as shown below after upgrading to Satellite 6.5.

satellite-installer --upgrade-mongo-storage

Note that this process requires the above installer command to storage the mongodb contents in /var/tmp temporarily.  Please make sure that /var/tmp has enough or more space than the size of /var/lib/mongodb.

Suggestions for improvement: 

Additional information: 
- Note that Satellite 6.4 and Satellite 6.5 get WiredTiger storage engine by default on new installations.
- Currently, the upgrade of storage engine to WiredTiger is supported *only* on Satellite 6.5. This capability for 6.4 will be available when BZ 1715227 is fixed.

Comment 1 sthirugn@redhat.com 2019-06-25 19:01:41 UTC
Correction:
The actual command is `satellite-installer --upgrade-mongo-storage-engine`