-
Notifications
You must be signed in to change notification settings - Fork 548
Fix: Update WSO2_MB_STORE_DB H2 usage recommendation [4.0.0] #10494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@copilot Please include the command to execute to populate the db. The scripts are in following path
Each DB has different DB scripts. Thus based on the doc the script should be changed. Refer following ➜ mb-store tree .
.
├── h2-mb.sql
├── migration-3.0.0_to_3.1.0
│ └── oracle-mb.sql
├── migration-3.1.0_to_3.2.0
│ ├── h2-mb.sql
│ ├── mssql-mb.sql
│ ├── mysql-mb.sql
│ ├── oracle-mb.sql
│ ├── oracle-rac-mb.sql
│ └── postgresql-mb.sql
├── mssql-mb.sql
├── mysql-mb.sql
├── oracle-mb.sql
├── oracle-rac-mb.sql
└── postgresql-mb.sql |
Co-authored-by: PasanT9 <[email protected]>
Co-authored-by: PasanT9 <[email protected]>
Add MB store database script execution commands to database setup documentation
|
|
| 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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot make sure the command is consistent with previous commands.
This PR was automatically generated by Claude AI.
Changes made:
!!! noteto!!! warningto emphasize the importanceFiles modified:
en/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-oracle-rac.mden/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-oracle.mden/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-postgresql.mden/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mssql.mden/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql.md🤖 Generated with Claude Code