You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: