Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I have pushed a doc update. It's not clear to me whether the docs have to be updated or this is a node startup behavior issue that has to be addressed. The docs now say that overriding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation here: https://www.rabbitmq.com/relocate.html
Suggests that you can set
RABBITMQ_MNESIA_BASE
andRABBITMQ_LOG_BASE
instead of setting the (windows-only)RABBITMQ_BASE
:"Note: Windows only. This base directory contains sub-directories for the RabbitMQ server's database and log files. Alternatively, set RABBITMQ_MNESIA_BASE and RABBITMQ_LOG_BASE individually."
However, if you don't set
RABBITMQ_BASE
, it will default toAPPDATA/Roaming/RabbitMQ
and specifically write thedb
directory andenabled_plugins
file there, whilst honoring whatever you setRABBITMQ_MNESIA_BASE
andRABBITMQ_LOG_BASE
to.This needs to be clarified better (i.e., indicate it not as "Alternatively" but as additionally).
Beta Was this translation helpful? Give feedback.
All reactions