1RABBITMQ-UPGRADE(8)       BSD System Manager's Manual      RABBITMQ-UPGRADE(8)
2

NAME

4     rabbitmq-upgrade — RabbitMQ installation upgrade tools
5

SYNOPSIS

7     rabbitmq-upgrade [-q] [-s] [-l] [-n node] [-t timeout] command
8                      [command_options]
9

DESCRIPTION

11     rabbitmq-upgrade is a command line tool that provides commands used dur‐
12     ing the upgrade of RabbitMQ nodes.  See the RabbitMQ upgrade guide:
13           https://www.rabbitmq.com/upgrade.html
14     to learn more about RabbitMQ installation upgrades.
15

OPTIONS

17     -n node
18             Default node is "rabbit@target-hostname", where target-hostname
19             is the local host.  On a host named "myserver.example.com", the
20             node name will usually be "rabbit@myserver" (unless
21             RABBITMQ_NODENAME has been overridden).  The output of "hostname
22             -s" is usually the correct suffix to use after the "@" sign.  See
23             rabbitmq-server(8) for details of configuring a RabbitMQ node.
24
25     -q, --quiet
26             Quiet output mode is selected.  Informational messages are
27             reduced when quiet mode is in effect.
28
29     -s, --silent
30             Silent output mode is selected.  Informational messages are
31             reduced and table headers are suppressed when silent mode is in
32             effect.
33
34     -t timeout, --timeout timeout
35             Operation timeout in seconds.  Not all commands support timeouts.
36             Default is infinity.
37
38     -l, --longnames
39             Must be specified when the cluster is configured to use long
40             (FQDN) node names.  To learn more, see the RabbitMQ Clustering
41             guide:
42                   https://www.rabbitmq.com/clustering.html
43
44     --erlang-cookie cookie
45             Shared secret to use to authenticate to the target node.  Prefer
46             using a local file or the RABBITMQ_ERLANG_COOKIE environment
47             variable instead of specifying this option on the command line.
48             To learn more, see the RabbitMQ CLI Tools guide:
49                   https://www.rabbitmq.com/cli.html
50

COMMANDS

52     help
53
54             Displays general help and commands supported by rabbitmq-upgrade.
55
56     post_upgrade
57
58             Runs post-upgrade tasks. In the current version, it performs the
59             rebalance of mirrored and quorum queues across all nodes in the
60             cluster.
61

SEE ALSO

63     rabbitmqctl(8), rabbitmq-diagnostics(8), rabbitmq-server(8),
64     rabbitmq-queues(8), rabbitmq-service(8), rabbitmq-env.conf(5),
65     rabbitmq-echopid(8)
66

AUTHOR

68     The RabbitMQ Team <info@rabbitmq.com>
69
70RabbitMQ Server               September 28, 2019               RabbitMQ Server
Impressum