-
Notifications
You must be signed in to change notification settings - Fork 205
upgrade v2.2305.0 to v2.2306.0 #1624
ColdWaterLW
started this conversation in
Upgrade
-
版本升级方案
老版本升级到2.2306.0 需要对SQLE的元数据表进行结构变更
升级说明
- 由于无法直接使用SQL进行改表升级,因此本次升级使用升级工具进行,升级工具在 release 内下载,文件名
sqle-upgrade-2305-2306
- 建议在升级前备份SQLE业务库,然后执行升级脚本upgrade-tool-2305-2306。
升级工具的使用
1. 工具参数如下:
Usage: upgrade-2305-2306 [flags] Flags: -h, --help help for upgrade-2305-2306 --mysql-host string mysql host (default "localhost") --mysql-password string mysql password (default "sqle") --mysql-port string mysql port (default "3306") --mysql-user string mysql user (default "sqle") --schema string schema for sqle (default "sqle")
2. 示例:
./sqle-upgrade-2305-2306 \ --mysql-user {your_user} \ --mysql-password {your_pass} \ --mysql-host {your_mysq_host} \ --mysql-port {your_mysql_port} \ --schema sqle
版本不兼容的 issue 列表
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