[erlang-questions] Mnesia: simplest way to export/import tables across installations

Daniel Dormont dan@REDACTED
Mon Jul 2 17:44:54 CEST 2012


Hi all,

Since I have been unable to restore order and goodness to my Mnesia cluster
as discussed in my recent thread, I've decided to start over with a fresh
node. But I need to move certain data across. My question now is much
simpler: what is the best way to export a table (preferably _not_ including
the table definition, since it will already exist, just the set of records)
in one Mnesia installation and import it into another? I'm aware that
there's a risk of things being slightly out of sync and I'm willing to
completely ignore transactions for the purpose of this exercise anyway.

dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120702/314de128/attachment.htm>


More information about the erlang-questions mailing list