Bug 1562454

Summary: Upgrade failing due to missing gemset
Product: Red Hat CloudForms Management Engine Reporter: Tuan <tuado>
Component: ApplianceAssignee: Gregg Tanzillo <gtanzill>
Status: CLOSED DUPLICATE QA Contact: Dave Johnson <dajohnso>
Severity: high Docs Contact:
Priority: high    
Version: 5.7.0CC: abellott, cpelland, obarenbo, yrudman
Target Milestone: GA   
Target Release: 5.9.2   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-02 14:11:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:

Description Tuan 2018-03-30 22:09:52 UTC
Description of problem:
They cannot complete the upgrade from 4.2 to 4.5 because of yum update/new gem set version issue. 


They were following this documentation to upgrade and ran into the issue in step 6 of section 1.5 

https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.5/html/migrating_to_red_hat_cloudforms_4.5/index


[root@sv72cf41 vmdb]# rake db:migrate
Could not find psych-2.0.17 in any of the sources
Run `bundle install` to install missing gems.


Tried to roll back using https://access.redhat.com/solutions/3393371

yum history | awk 'NR==4 {print $1}' | yum history info | awk '{print $2}' | xargs -d '\n' yum downgrade -y

Disabled 5.8 repos and renabled 5.7 repos without any luck.


Version-Release number of selected component (if applicable):
CFME 5.7 to CFME 5.8

How reproducible:
Everytime

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Yuri Rudman 2018-04-02 14:11:51 UTC

*** This bug has been marked as a duplicate of bug 1560578 ***