Skip to content

Node fails to start when install via apt on Ubuntu 25.04 #13954

Closed Answered by michaelklishin
dpinol asked this question in Other
Discussion options

You must be logged in to vote

So it turned out to be a known scenario when an upgrade installs a new version but the previous one did not have all the feature flags enabled, and the new version requires some of the non-enabled to be enabled (graduates them).

If this is a development environment, wiping a node's data directory is the easiest option:

sudo rm -rf /etc/rabbitmq/       
sudo rm -rf /var/lib/rabbitmq 

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #13954 on May 26, 2025 09:56.