Hello. It looks like some kind of corruption caused by unclean shutdown. If you have a backup copy of the database before the migration, open it with 1.4.197 and use SCRIPT TO 'filename.sql' to export the database to a script. After it create a new database with 1.4.200 and execute RUNSCRIPT FROM 'filename.sql' in it. https://h2database.com/html/tutorial.html#upgrade_backup_restore Automatic upgrade is not always clean.
If you don't have a backup copy and 1.4.197 can't open that database too try the recover tool: https://h2database.com/html/advanced.html#using_recover_tool -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/dac189ab-0d8e-481e-8995-a010a147d51e%40googlegroups.com.
