upgrade v3.2407.0 to v3.2408.0 #2582
                  
                    
                      LordofAvernus
                    
                  
                
                  started this conversation in
                Upgrade
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
不兼容的变更内容
新版本的SQLE做了非兼容性变更,旧的SQLE升级到新SQLE需要额外的手动升级操作。相关issue:
#2564
#2486
#2561
企业版变更
https://github.com/actiontech/sqle-ee/issues/1754
版本升级方案
sqle-upgrade-2407-2408不允许重复执行,遇到意外原因升级失败,需要用原始备份库重新执行
dms,schema的参数值与库名保持一致,工具执行命令如下:./upgrade-tool-2407-2408 \ --server=dms --mysql-user={your_user} \ --mysql-password={your_pass} \ --mysql-host={your_mysq_host} \ --mysql-port={your_mysql_port} \ --schema=dmssqle,schema的参数值与库名保持一致,工具执行命令如下:./upgrade-tool-2407-2408 \ --server=sqle --mysql-user={your_user} \ --mysql-password={your_pass} \ --mysql-host={your_mysq_host} \ --mysql-port={your_mysql_port} \ --schema=sqleBeta Was this translation helpful? Give feedback.
All reactions