The following sections describe how to replace the default H2 databases with Embedded H2:
Table of Contents maxLevel 3 minLevel 3
Include Page | ||||
---|---|---|---|---|
|
Changing the identity/storage databases
...
Add the datasource to the
master-datasources.xml
file.Create the database tables using the following scripts:
For the identity database Use
<PRODUCT_HOME>/dbscripts/identity/h2.sql
For the storage database Use
<PRODUCT_HOME>/dbscripts/storage/h2.sql