<div dir="ltr">I am trying to figure out if it is possible to use mnesia fallbacks with tables with local_content. The documentation does not provide much information on this and my experiments seems to imply that it is not possible.<div>
<br></div><div>Running erlang 5.9.1, mnesia 4.7, I have two nodes A and B.</div><div><br></div><div>I have a table t1, that has {local_content, true},</div><div>If I take a backup on node A and install that as a fallback and then restart mnesia, the content of table t1 on node B gets replaced with the contents from t1 on node A.</div>
<div><br></div><div>Is there any way to get this to work, i.e. to get the local contents restored correctly on all nodes from a fallback?</div><div><br></div><div>/Anders</div></div>