[erlang-questions] Mnesia table replication
Chandru
chandrashekhar.mullaparthi@REDACTED
Mon Nov 17 13:31:23 CET 2008
2008/11/17 <Dana.RUBINO@REDACTED>
> Thanks Chandru - that's been a great help.
>
> I ran mnesia:change_config(extra_db_nodes, ['dan@REDACTED']).
>
> The create table command now works - this will now I assume give me
> replication and conflict resolution between these two nodes?
>
> Thanks,
> Dan
>
>
Dan, best to verify it using some mnesia commands. mnesia:info() will tell
you a lot. Have a look at its output. If the table creation is successful
across both nodes, you have replication. I'm not sure what you mean by
'conflict resolution'.
Chandru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081117/7862f520/attachment.htm>
More information about the erlang-questions
mailing list