-
Beta Was this translation helpful? Give feedback.
Answered by
skry-dev
Apr 20, 2026
Replies: 1 comment 3 replies
-
|
Almost certainly you just didn't configure a volume that would persist across restarts. If you believe you did - please provide all the YAML and commands used for us to reproduce. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I changed volume path and it fixed:
old: /rabbit/volumes/data:/var/lib/rabbitmq/mnesia/cluster-rabbit@node1
new: /rabbit/volumes/data:/var/lib/rabbitmq/mnesia
Thank you.