Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are migrating between H2 versions, database files may not be compatible. If you need to preserve your data, you can make a database dump with your old version, using the H2 Console:

...

To reimport your file, issue this command in the H2 Console, using the new H2 version:

Code Block
languagetext
titleH2 Console
RUNSCRIPT FROM 'C:\Temp\database.sql'

...