Setting up split schema

Both the prconfig.xml and prbootstrap.properties files must be updated when using split schema.

This functionality is available when you purchase and install the BIX application.
  1. Add the following environment variables to the prconfig.xml file:

    env name="database/databases/PegaRULES/defaultSchema" value=" <rulesSchema_Name> "/>

    env name="database/databases/PegaDATA/defaultSchema" value=" <dataSchema_Name> " />

  2. For a split schema setup, add the following properties to the prbootstrap.properties file:

    com.pega.pegarules.bootstrap.allclasses.schema= <rulesSchema_Name>

    com.pega.pegarules.bootstrap.datatables.schema= <dataSchema_Name>