Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert h2 database to latest #951

Open
jflamy opened this issue May 21, 2024 · 0 comments
Open

convert h2 database to latest #951

jflamy opened this issue May 21, 2024 · 0 comments
Labels

Comments

@jflamy
Copy link
Owner

jflamy commented May 21, 2024

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 jflamy added the major label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant