
ojob ojob.io/h2/import url=jdbc:h2:./myDB.db user=auser pass=apassword file=backup.sql
Imports to the provided H2 database from a backup script
| 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) |
| file | Script file with the exported database |