-
Notifications
You must be signed in to change notification settings - Fork 205
-
不兼容的变更内容
新版本的SQLE做了非兼容性变更,旧的SQLE升级到新SQLE需要额外的手动升级操作。
相关issue:
https://github.com/actiontech/sqle-ee/issues/2374
版本升级方案
⚠️ 建议在升级前备份SQLE业务库- 执行脚本,填写dms数据库的参数
upgrade-2504-2505 Usage: upgrade-2504-2505 [flags] Flags: -D, --debug debug mode (default true) --dms-host string dms db host (default "localhost") --dms-port uint dms db port (default 3306) --dms-pwd string dms db password (default "123456") --dms-schema string dms db schema name (default "dms") --dms-user string dms db user (default "root") -h, --help help for upgrade-2504-2505
例:
./upgrade-2504-2505 \ --dms-host "10.186.xx.xx" \ --dms-port 3306 \ --dms-pwd "password" \ --dms-schema "dms" \ --dms-user "root"\ --debug true
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment