I have a rebar3 app which starts an Mnesia DB.
I want to backup this DB on another node, so I've copied the code to another computer and tried to sync the nodes according to this and this.
Unfortunately I'm getting:
Mnesia('node1@pc1'): ** ERROR ** mnesia_event got {inconsistent_database, running_partitioned_network, 'node2@pc2'}
I'm setting the cookie in-code, and the DBs are identical, so this doesn't make sense to me. The cookie in the error dumps is a bit different tho.
Help will be appreciated.