Hey there,

asked this on Stackoverflow 
<http://stackoverflow.com/questions/43777788/whats-the-recommended-way-to-migrate-from-h2-1-3-175-to-1-4-195>
 
the other day, but I guess this may be the better place (unless you're keen 
on SO reputation...).

Now that H2 1.4 is out of beta, I'd like to migrate my old 1.3.175 database 
to 1.4.195.

Background info:

   - In the docs, database upgrade 
   <http://www.h2database.com/html/advanced.html#database_upgrade> does not 
   mention 1.4 yet.
   - The roadmap <http://www.h2database.com/html/roadmap.html> still lists 
   "Automatic migration from 1.3 databases to 1.4." as "planned change".
   - The current state 
   <http://www.h2database.com/html/mvstore.html#current_state> of MVStore 
   is still labeled as "experimental".

So, what's the recommended way to migrate?

Additional aspects/bonus questions:

Should I enable MVStore or stick with PageStore (pros/cons)? Which one 
delivers better performance (multithreading is not important for me), which 
one better stability, especially resilience against OutOfMemoryErrors?

Thanks for your help!

-hendrik

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to