Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/common/rabbitmq-upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# rabbitmq-upgrade

> Manage the upgrade of a RabbitMQ node.
> More information: <https://www.rabbitmq.com/docs/man/rabbitmq-upgrade.8.html>.

- 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`