ojob.io/h2/import

Usage

ojob ojob.io/h2/import url=jdbc:h2:./myDB.db user=auser pass=apassword file=backup.sql 

Description

Imports to the provided H2 database from a backup script

Expects

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