On Tue, Jun 06, 2023 at 06:44:31AM -0700, David Ansari wrote:
> Thanks Artur.
> Instead of going with trial and error, please always enable all stable
> feature flags after each rolling upgrade (in your case after your rolling
> upgrade to 3.11.x completed).
> For reference, I just also added the complete list of feature flags
> to
https://www.rabbitmq.com/feature-flags.html#list-of-feature-flags
Thanks for updating the page. I used the commands from that page last
night, but when skimming through that page I had missed the fact that you
can add "stability" column to the formatted output of the command:
rabbitmqctl -q --formatter pretty_table list_feature_flags \
name state provided_by desc doc_url
Do you mind if I suggest changing above command to:
rabbitmqctl -q --formatter pretty_table list_feature_flags \
name state stability provided_by desc doc_url
?
[...]