Hello.

Your version is very old. Automatic upgrade is not always clean.

You need to export your database to SQL with a
SCRIPT TO 'filename.sql'
command using 1.3.172.

After in you can create a new database with 1.4.199 and execute
RUNSCRIPT FROM 'filename.sql'
to populate it with your data.

See also
https://h2database.com/html/tutorial.html#upgrade_backup_restore

Note that 1.4.199 uses another storage engine by default, it allows 
concurrent access from multiple threads and transactions, but it isn't as 
mature as an old engine. However, you can still use the old storage engine 
if you wish.

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/677cdf81-c547-4e63-8cac-4e70891b1613%40googlegroups.com.

Reply via email to