-
Notifications
You must be signed in to change notification settings - Fork 205
upgrade v4.2507.0 to v4.2508.0 #3123
littleniannian
started this conversation in
Upgrade
-
不兼容的变更
https://github.com/actiontech/dms-ee/issues/597
版本升级方案
create table dms.system_variables like sqle.system_variables;
UPDATE sqle.system_variables SET value = REPLACE(value, '/sqle', '')
WHERE `key` = 'system_variable_sqle_url' AND RIGHT(value, LENGTH('/sqle')) = '/sqle';
insert into dms.system_variables
SELECT `key`,value from sqle.system_variables;
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