Hi Gordon,<br><br>The node name is in the schema. If you want to install_fallback on another node, you have to change the node name in the backup file. Attached is a module which might be of use to you. We use it quite a lot in our setup.<br>

<br>The code here is based on an example in the Mnesia user guide.<br><br>cheers<br>Chandru<br><br><div class="gmail_quote">On 8 June 2012 09:47, Gordon Guthrie <span dir="ltr"><<a href="mailto:gordon@vixo.com" target="_blank">gordon@vixo.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Folks<br>
<br>
Having some problems with mnesia backups.<br>
<br>
I have servers running with lots of tables for lots of site, so we use<br>
a naming convention for the tables to separate the data:<br>
site_1_table_1, ..., site_1_table_n<br>
...<br>
site_m_table_1, ..., site_m_table_n<br>
<br>
I want to be able to backup individual sites and restore them - maybe<br>
on the original machine, maybe on another one.<br>
<br>
So I setup a checkpoint across a set of tables (site_1_table_1 to<br>
site_1_table_n) and back it up.<br>
<br>
The tables can be quite big so mnesia:restore/2 isn't practical and I<br>
have to use mnesia:install_fallback - this is where I hit problems.<br>
<br>
I get the error message:<br>
<br>
     {error,{"Cannot install fallback",<br>
              {"Cannot lookup",schema}}}<br>
<br>
Ok, I figured it needs the schema to be backed up as well, so I then<br>
build a checkpoint with the schema and the set of tables I want to<br>
backup. But when I run that I get a different error:<br>
<br>
     {error,{"Cannot install fallback",<br>
              {already_exists,'hndev@gordon.dev'}}}<br>
<br>
So I am at a bit of a loss.<br>
<br>
Does install_fallback only work with whole table backups?<br>
<br>
Gordon<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>