[erlang-questions] Mnesia Backup/Fallback Problems With Schema
Gordon Guthrie
gordon@REDACTED
Fri Jun 8 13:11:47 CEST 2012
The circle completes...
I tried this first and hit the problem mentioned in the documentation:
`If the database is huge, it may not be possible to restore it
online. In such cases, the
old database must be restored by installing a fallback and then restart.`
Basically the system runs out of memory on restore even when the
tables are all swapped to be on disk only...
So then I tried to get install_fallback working :(
So essentially there is no way to selectively restore large tables?
Gordon
On 8 June 2012 12:03, Dan Gudmundsson <dgud@REDACTED> wrote:
> On Fri, Jun 8, 2012 at 12:52 PM, Gordon Guthrie <gordon@REDACTED> wrote:
>> Is it possible to selectively restore tables at all?
>
> Only via mnesia:restore(..)
>
> /Dan
More information about the erlang-questions
mailing list