ejabberd - Comments for "Migrating an ejabberd installation from one host to another - problems" https://www.ejabberd.im/node/3644 en Restore a binary file, or load a text file. https://www.ejabberd.im/node/3644#comment-54623 <p>&gt; ejabberdctl restore ./ejabberd.dump</p> <p>Better to provide full path instead of relative, to ensure erlang finds the file.</p> <p>&gt; ejabberdctl restore /var/lib/ejabberd/ejabberd.dump<br /> &gt; ...<br /> &gt; {not_a_log_file,"/var/lib/ejabberd/ejabberd.dump"}}}'</p> <p>Check the ejabberd Guide: <noindex><a href="http://svn.process-one.net/ejabberd/trunk/doc/guide.html#list-eja-commands" rel="nofollow" >List of ejabberd Commands</a></noindex>.</p> <p>There are three ways to backup a Mnesia table:<br /> A) ejabberdctl backup to binary file. Then you call ejabberdctl restore.<br /> B) ejabberdctl dump to text file. Then you call ejabberdctl load.<br /> C) Copy the directory :)</p> <p>In your case, it seems you mixed methods A and B. If your file contains readable text, then use "ejabberdctl load".</p> Thu, 03 Sep 2009 11:03:17 +0000 mfoss comment 54623 at https://www.ejabberd.im