Skip to content

Detecting RabbitMQ version after uninstall. #12064

Discussion options

You must be logged in to vote

No, not really. The on-disk formats do not change very often and the data directory in general does not have any versioning (individual files, namely Raft log segments, might be).

The best you can do is to store version information before the node is stopped and uninstalled:

rabbitmq-diagnostics status --formatter=json | jq .rabbitmq_version

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@inikulshin
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants