Skip to content

Windows: a node upgraded from 3.11.15 to 4.1.2 stops immediately #14380

Discussion options

You must be logged in to vote

I do not see any evidence of a 4.1.2 node startup in the log. All startup banners are from 3.11.15.

2025-08-12 09:40:24.869000-07:00 [info] <0.95.0> RabbitMQ is asked to stop...

means that the node was stopped using rabbitmqctl.bat shutdown or a similar command.

@AlvariaIC most likely you are

  1. Trying to go straight from 3.11 to 4.1 with an existing node data directory. That won't work because 4.1 nodes will require a feature flag that 3.11 cannot possibly have enabled (that flag did not exist back in the 3.11 days)
  2. You end up with two Erlang versions, and 4.1 cannot possibly start on Erlang 25 because it was compiled on Erlang 26.2

If this is a development environment, removing RabbitM…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants