Hello everyone. I would preciate any help on this issue: I have a very time-consuming process which generated a lot of data I loaded in memory. Since that data will be lost on a power failure, I want to back it up to restore it when I need it. Apparently the org.h2.tools.Backup class doesn´t work with an in-memory database, and org.h2.tools.Script only save configuration values, not the actual data. How can I backup and restore an in-memory database with the H2 API?
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
