Ok, I understand this: """The recommended way to upgrade from one version of the database engine to the next version is to create a backup of the database (in the form of a SQL script) using the old engine, and then execute the SQL script using the new engine."""
So it means the original database should be backuped and deleted and new must be recreated from scratch (creating new data files)? Thanks On 23 Dub, 16:16, beaTunes Support <[email protected]> wrote: > On Apr 23, 2009, at 10:08 , Lukas Zapletal wrote: > > > Is it ok to just upgrade the JAR file and restart our system? Or is > > there some need of upgrading the data format to new storage version to > > solve this issue? I cannot find anything about upgrading in the > > documentation. > > http://www.h2database.com/html/tutorial.html#upgrade_backup_restore > > But I too would be very interested in an easier way to update... > One that doesn't require me to use two different h2 jars - as that > makes automatic upgrading from a single Java process a major pain. > > -hendrik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
