Page History
...
The topics above show how to change the WSO2_CARBON_DB
, which is used to store registry and user manager information. If you changed the product-specific database (WSO2AM_DB
) that come comes by default or set up a separate database for identity related data, the instructions are the same. In summary:
Add the datasource to the
master-datasources.xml
file. The datasource for the product-specific database is already there in the file by the nameWSO2AM_DB.
Change its elements with your custom values.
Create the database tables using the following scripts:
For the product-specific database Use the scripts in
<PRODUCT_HOME>/dbscripts/apimgt
folderFor the identity database Use the scripts in
<PRODUCT_HOME>/dbscripts/identity
folder