[erlang-questions] Mnesia Backup/Fallback Problems With Schema
Gordon Guthrie
gordon@REDACTED
Fri Jun 8 13:33:35 CEST 2012
Dan
I think what I will do is create a second node on the target system,
restore to that, then replicate/copy the tables across...
Then I can take down the restored db node.
Or mebbies your way is better, simply pass in a fun to the backup
traverse to write out the records in tables that I want to bring
over...
Gordon
On 8 June 2012 12:30, Dan Gudmundsson <dgud@REDACTED> wrote:
> On Fri, Jun 8, 2012 at 1:11 PM, Gordon Guthrie <gordon@REDACTED> wrote:
>> So essentially there is no way to selectively restore large tables?
>
> Nope, you will have to restart from a complete system backup.
>
> Or you can write if you do something dirty, like take the system
> offline, down to single node,
> traverse the backup and and lot of dirty_writes.
More information about the erlang-questions
mailing list