Reputation: 370
Please Help!!!!!!!!Anyone please provide steps to change registry db from H2 to MySQL in WSO2
Upvotes: 1
Views: 246
Reputation: 943
In Identity Server, 5.9.0 Registry data is stored in WSO2_SHARED_DB. by default this database is using embedded H2 database. You can change this by configuring deployment.toml file. Please follow the following documentation for instructions of changing it to a mysql database.
https://is.docs.wso2.com/en/5.9.0/setup/changing-to-mysql/
Upvotes: 2