Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following sections describe how to replace the default H2 databases with Embedded H2:

Table of Contents
maxLevel3
minLevel3

Include Page
shared:Setting up Embedded H2 (V1)
shared:Setting up Embedded H2 (V1)

...

  1. Add the datasource to the master-datasources.xml file. 

  2. 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