-
We are trying to upgrade our Vcenter installed MIQ environment and am running into issues following the steps on the upgrade doc found here: https://www.manageiq.org/docs/reference/latest/appliances/upgrading.html First issue, is we get an error on the first dnf update, it appears to have conflicting updates and the only way we got it to run is by adding the --allowerasing. However I believe the allowerasing is what is possibly leading to our next issue, after the dnf install completes, we try to execute the bundle exec rake db:migrate (from /var/www/miq/vmdb) and it comes back with /var/www/miq/vmdb/Gemfile not found It feels like I am missing a step that may not be included in the documentation, but any help would be greatly appreciated. I kind of assumed the upgrade would be fairly straightforward since we arent doing any major updates like ruby version or postgresql version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
@bdunne Can you help out here? |
Beta Was this translation helpful? Give feedback.
I found an issue with the RPM repo generation, so I opened ManageIQ/manageiq-rpm_build#482 to fix it. The correct RPMs are in the repo now, so
dnf update --nobest
should take care of it now.