<div dir="ltr">I have added�<span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;font-size:13px;line-height:18px">RABBITMQ_BASE,�</span><span style="font-family:arial,sans-serif;font-size:13px">RABBITMQ_MNESIA_DIR and�</span><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;font-size:13px;line-height:18px">RABBITMQ_MNESIA_BASE in envt var&#39;s.�</span>But, the folder�<span style="font-family:arial,sans-serif;font-size:13px">RABBITMQ_MNESIA_DIR�folder is not updated even after restarting the server. Do I need to setup any other things?</span></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 30, 2013 at 5:19 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael@rabbitmq.com" target="_blank">michael@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Rajasekhar P:<br>
<div class="im"><br>
&gt; So, you mean we shouldn&#39;t use any database where RabbitMQ does for us ,<br>
&gt;<br>
&gt; � � 1&gt; with internal database and<br>
&gt; � � 2&gt; even it doesn&#39;t use even any file system.<br>
&gt;<br>
&gt; In this case how can we restore the database in case of server crash or some other issue.<br>
<br>
</div>RabbitMQ will recover durable queues/exchanges and persistent messages in those queues<br>
on start. It will also perform database upgrades when you install a newer version.<br>
<br>
To create a backup RabbitMQ database you need to stop the node and copy Mnesia directory,<br>
the archive it how you see appropriate. To restore, replace Mnesia directory dir with a one<br>
from backup.<br>
<br>
You can try it locally by overriding RABBITMQ_MNESIA_DIR, see <a href="http://www.rabbitmq.com/relocate.html" target="_blank">http://www.rabbitmq.com/relocate.html</a>.<br>
<span class="HOEnZb"><font color="#888888"><br>
MK<br>
<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>