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 :(
Actions