I am having trouble with mnesia ever since one of my nodes died. I had offline_msg sitting on the downed node and now i am having trouble moving the storage to another node with a clean database.
This is what I have tried, no luck so far.
>> mnesia:add_table_copy(offline_msg, node(), disc_only_copies).
<< {aborted,{system_limit,offline_msg,{node@node,none_active}}}
Has anyone over come this problem?