CENM Database Configuration
Both the Network Map and Identity Manager Components require a persistent layer to be available. This is described in their respective configs with the following configuration state.
database:
runMigration: Create or upgrade the database schema (database objects like tables, indices) to the current version of the service. If it is set to false, and the database schema is up to date, the service will validate.
initialiseSchema: (Deprecated) Automatically creates the tables required by the CENM component.
This property was used for H2 database only. It has been ignored since CENM 1.2 and has been replaced byrunMigration
jdbcDriver: Path to the
.jar
file containing the specific JDBC driverdriverClassName: See the specific JDBC driver documentation
url: Location of the Database on the network
user: Database user
password: Database user password
additionalProperties: (Optional) Additional database properties