Description of problem:
Starting upgrade from 3.0 to 3.1. If we fail there are steps for rollback, but dwh and reports are missing.
Need to add dwh and reports to rollback steps
Version-Release number of selected component (if applicable):
rhevm-3.1.0-31.el6ev.noarch.rpm
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
No rollback available for dwh and reports
Expected results:
Need to add dwh and reports to rollback steps
Additional info:
Fixed, 3.1/si26.1
All messages are correct for product and database
Fixed,
Up-to-date instructions are also available at: https://access.redhat.com/knowledge/articles/269333
To restore DWH perform the following:
1. Install dwh package:
yum install rhevm-reports-dwh-3.0.8-2
2. Start ETL service:
service rhevm-etl start
service rhevm-notifierd start
To restore reports installation perform the following:
1. Install reports packages:
yum install rhevm-reports-3.0.8-2
2. Stop the JBoss service:
service jbossas stop
3. Rename the original DB:
psql -U postgres -c "ALTER DATABASE rhevmreports RENAME TO rhevmreports_orig;"
4. Run reports setup. Answers to interactive questions do not matter:
rhevm-reports-setup
5. Drop the newly created DB and restore the original one:
psql -U postgres -c "DROP DATABASE rhevmreports"
psql -U postgres -c "ALTER DATABASE rhevmreports_orig RENAME TO rhevmreports;"
6. Restart Jboss service:
service jbossas start
Error: Upgrade failed.
please check log