This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Databases for Berlin
Once you have successfully prepared the environment for the deployment, you can configure the databases.Ā
Create the following databases that are used in WSO2 Open Banking Key Manager
(WSO2_OB_KM)
and WSO2 Open Banking API ManagerĀ(WSO2_OB_APIM):
- openbank_am_configdbĀ Ā
openbank_apimgt_statsdb
openbank_apimgtdb
openbank_openbankingdb
openbank_govdb
openbank_iskm_configdb Ā Ā Ā Ā Ā Ā
openbank_mbstoredb
openbank_userdb
Update the data type of the INPUTS field in
AM_APPLICATION_REGISTRATION
table in the sql file according to your database. The sql scripts are available in the<WSO2_OB_KM_HOME>/dbscripts/apimgt
directory.(mysql5.7.sql, mssql.sql, oracle.sql)
To create the database schema, execute the following scripts against the given database:
For more information on configuring databases, seeĀ Working with Databases.