
ojob ojob.io/h2/onlineMigration url=jdbc:h2:./myDB.db user=auser pass=apassword version=200
Migrates old H2 databases (H2 < 2.x and OpenAF <= 20210721) to newer versions. Requires an internet connection.
| Name | Description |
|---|---|
| url | JDBC URL or a H2 database file |
| user | The H2 database user credential (can be encrypted) |
| pass | The H2 database password credential (can be encrypted) |
| version | The old version number (e.g. 200, 214) |