owlcms4 icon indicating copy to clipboard operation
owlcms4 copied to clipboard

convert h2 database to latest

Open jflamy opened this issue 1 year ago • 1 comments

We are currently on the last database H2 version of the previous generation. The current format is not compatible, needs an export/import for update. We could force an export in JSON format and re-import.

But to do this transparently it is probably easier to update the database itself to the new format.

Update owlcms to new drivers. Reading old database will fail. Then run the following java jar on the database, and retry. https://manticore-projects.com/H2MigrationTool/index.html

jflamy avatar May 21 '24 18:05 jflamy

Could now be done using the control panel.

jflamy avatar Jan 21 '25 00:01 jflamy