Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ pip install mssql-cli
!!! warning
Due to a known limitation in H2 databases that can cause frequent database crashes in production environments, it is recommended to configure an external database for `WSO2_MB_STORE_DB` instead of using the default H2 database. For more information on this H2 limitation, see [H2 Database Issue #4052](https://github.com/h2database/h2database/issues/4052).

To create tables in the MB store database (`WSO2_MB_STORE_DB`), execute the relevant script as shown below:
To create tables in the MB store database (`WSO2_MB_STORE_DB`), execute the relevant script as shown below.

```sh
$ mssql-cli -U mbstoreuser -P mbstoreuser -d mb_store_db -i <API-M_HOME>/dbscripts/mb-store/mssql-mb.sql;
Expand Down