diff --git a/deps/rabbit/docs/rabbitmq-diagnostics.8 b/deps/rabbit/docs/rabbitmq-diagnostics.8 index 7a6d53d097..145921db4e 100644 --- a/deps/rabbit/docs/rabbitmq-diagnostics.8 +++ b/deps/rabbit/docs/rabbitmq-diagnostics.8 @@ -5,7 +5,7 @@ .\" .\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. .\" -.Dd September 28, 2019 +.Dd June 19, 2021 .Dt RABBITMQ-DIAGNOSTICS 8 .Os "RabbitMQ Server" .Sh NAME diff --git a/deps/rabbit/docs/rabbitmq-queues.8 b/deps/rabbit/docs/rabbitmq-queues.8 index a0bc41a19c..12b50a9642 100644 --- a/deps/rabbit/docs/rabbitmq-queues.8 +++ b/deps/rabbit/docs/rabbitmq-queues.8 @@ -5,7 +5,7 @@ .\" .\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. .\" -.Dd September 28, 2019 +.Dd June 19, 2021 .Dt RABBITMQ-QUEUES 8 .Os "RabbitMQ Server" .Sh NAME diff --git a/deps/rabbit/docs/rabbitmq-upgrade.8 b/deps/rabbit/docs/rabbitmq-upgrade.8 index a77286dcfa..d48c46e432 100644 --- a/deps/rabbit/docs/rabbitmq-upgrade.8 +++ b/deps/rabbit/docs/rabbitmq-upgrade.8 @@ -5,7 +5,7 @@ .\" .\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. .\" -.Dd December 13, 2020 +.Dd June 19, 2021 .Dt RABBITMQ-UPGRADE 8 .Os "RabbitMQ Server" .Sh NAME @@ -101,7 +101,7 @@ This makes sure that no queues would lose their quorum if the target node is shu .It Cm drain .Pp Puts the node in maintenance mode. Such nodes will not serve any -client traffic or considered for hosting any primary queue replicas. +client traffic or considered for hosting any queue leader replicas. .Pp To learn more, see the .Lk https://www.rabbitmq.com/upgrade.html#maintenance-mode "RabbitMQ Upgrade guide" @@ -109,7 +109,7 @@ To learn more, see the .It Cm revive .Pp Puts the node out of maintenance and into regular operating mode. -Such nodes will again serve client traffic and considered for primary queue replica placement. +Such nodes will again serve client traffic and considered for queue leader replica placement. .Pp To learn more, see the .Lk https://www.rabbitmq.com/upgrade.html#maintenance-mode "RabbitMQ Upgrade guide" diff --git a/deps/rabbit/docs/rabbitmqctl.8 b/deps/rabbit/docs/rabbitmqctl.8 index 502fa58788..fa8859d1d5 100644 --- a/deps/rabbit/docs/rabbitmqctl.8 +++ b/deps/rabbit/docs/rabbitmqctl.8 @@ -5,7 +5,7 @@ .\" .\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. .\" -.Dd September 28, 2019 +.Dd June 19, 2021 .Dt RABBITMQCTL 8 .Os "RabbitMQ Server" .Sh NAME @@ -146,6 +146,19 @@ For example, to reset the RabbitMQ node: .sp .Dl rabbitmqctl reset .\" ------------------------------------------------------------------ +.It Cm rotate_logs +.Pp +Instructs the RabbitMQ node to perform internal log rotation. +.Pp +Log rotation is performed according to the logging settings specified in the configuration file. +The rotation operation is asynchronous, there is no guarantee that it has completed when this command returns. +.Pp +Note that there is no need to call this command in case of external log rotation (e.g. from logrotate(8)). +.Pp +For example, to initial log rotation: +.sp +.Dl rabbitmqctl rotate_logs +.\" ------------------------------------------------------------------ .It Cm shutdown .Pp Shuts down the node, both RabbitMQ and its runtime. @@ -701,7 +714,7 @@ is an administrator: .sp .Dl rabbitmqctl set_user_tags janeway administrator .Pp -This has no effect when the user logs in via AMQP, but can be used to +This has no effect when the user authenticates using a messaging protocol, but can be used to permit the user to manage users, virtual hosts and permissions when the user logs in via some other means (for example with the management plugin). @@ -1938,6 +1951,10 @@ Enables a feature flag on the target node. Example: .Sp .Dl rabbitmqctl enable_feature_flag quorum_queue +.Pp +You can also enable all feature flags by specifying "all": +.Sp +.Dl rabbitmqctl enable_feature_flag "all" .\" ------------------------------------------------------------------ .It Cm list_feature_flags Op Ar column ... .Pp