简体   繁体   English

从内部数据库迁移到 MSSQL

[英]Migrate from internal database to MSSQL

I am testing WSO2 API Manager locally and using the in-built database.我正在本地测试 WSO2 API Manager 并使用内置数据库。 I want to change the database form the internal database to MSSQL.我想将数据库从内部数据库更改为 MSSQL。 Is there a way I can do this easily?有什么办法可以轻松做到这一点吗? Any tools/ scripts?任何工具/脚本?

Trying to migrate from internal database to MSSQL尝试从内部数据库迁移到 MSSQL

WSO2 doesn't provide any tools to do Cross Database data migrations. WSO2 不提供任何工具来进行跨数据库数据迁移。 But there are third-party tools that can do Data migration between H2 and MSSQL, but attempting a direct Data migration may be tricky, you may have to perform the migration and test the deployment thoroughly.但是有第三方工具可以在 H2 和 MSSQL 之间进行数据迁移,但是尝试直接进行数据迁移可能会很棘手,您可能必须执行迁移并彻底测试部署。

The most straightforward option is to create a new deployment with MSSQL and use API Controller to Migrate the APIs and Applications from the old environment to the new one.最直接的选择是使用 MSSQL 创建新部署并使用API Controller将 API 和应用程序从旧环境迁移到新环境。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM