Actions
Bug #20594
closedUpgrade issues with qpid migration script
Difficulty:
easy
Triaged:
Description
If running:
katello-service stop
yum upgrade -y
reboot
satellite-installer --upgrade
However, due to the reboot, katello services would have started up
again after the upgrade. That means that we just have started qpidd
0.34. This starts fine and creates all the required dirs it needs for
operation. When we now run the satellite-installer for the upgrade, it
sees the new 0.34 style qpid dirs and never executes the moving
around.
- If you run "yum update" while qpidd is running, you end up with a
running qpidd, but all your queues are gone (as they are never moved) - No queues means all your clients can't connect anymore.
- Your Satellite is running, but useless :(
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/531 added
Updated by Chris Roberts over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|7163091d402577cc7b8acddb08de736e1cb15d02.
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release set to 286
Actions