2025-12-16 10:20:31 -07:00
|
|
|
# rabbitmq-upgrade
|
|
|
|
|
|
|
|
|
|
> Manage the upgrade of a RabbitMQ node.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.rabbitmq.com/docs/man/rabbitmq-upgrade.8>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Wait for all quorum queues to have an above minimum online quorum:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-upgrade await_online_quorum_plus_one`
|
|
|
|
|
|
|
|
|
|
- Put the node in maintenance mode:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-upgrade drain`
|
|
|
|
|
|
|
|
|
|
- Put the node out of maintenance and into regular operating mode:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-upgrade revive`
|
|
|
|
|
|
|
|
|
|
- Run post-upgrade tasks:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-upgrade post_upgrade`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-upgrade help`
|