Score:0

How do I move or migrate RabbitMQ Server config and database files to a different directory

br flag

I inherited a RabbitMQ Server installed on a Windows 10 Workstation. The config, database, logs etc. are in the user's folder that installed RabbitMQ initially. I need to move or migrate these to a public directory like C:\ProgramData\RabbitMQ Server\. Any help would be appreciated.

Score:0
br flag

Here is how I managed to do it based on this article:

  1. Completely uninstalled erlang and RabbitMQ.
  2. Installed erlang as Admin user.
  3. Installed RabbitMQ but unchecked 'RabbitMQ Service'.
  4. Opened RabbitMQ Command Prompt
  5. Typed 'set RABBITMQ_BASE="C:\ProgramData\RabbitMQ Server"'
  6. Then typed 'rabbitmq-service install'
  7. 'net start RabbitMQ'
  8. 'net stop RabbitMQ'
  9. Deleted all in 'C:\ProgramData\RabbitMQ Server' directory
  10. Copied all from previous user's directory into 'C:\ProgramData\RabbitMQ Server'
  11. 'net start RabbitMQ'
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.