Hi, I'm developing a Java application which embeds H2 server version 1.0.75 (I started more than one year ago). Now I would like to switch to the latest one to benefit of the new features and bug corrections. I think that I need to backup the old db with the SCRIPT command and then run the RUNSCRIPT command with the new H2 version. How can I do this automatically for the user? If I bundle in my jar the new H2 version (1.2.129), I'm not able to connect to the old database. Any ideas ? Thanks
-- 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.
