yu199195 commented on a change in pull request #2974:
URL: https://github.com/apache/incubator-shenyu/pull/2974#discussion_r819373816



##########
File path: script/2.4.2-upgrade-2.4.3-pg.sql
##########
@@ -17,21 +17,4 @@
 -- this file works for PostgreSQL, can not use "`" syntax.
 
 -- update admin password
-UPDATE dashboard_user SET 
password='ba3253876aed6bc22d4a6ff53d846c6ad864195ed144ab5c87621b6c233b548baeae6956df346ec8c17f5ea10f35ee3cbc514797ed7ddd3145464e2a0bab413'
 WHERE user_name = 'admin';
-
--- Note: it doesn't matter if you don't execute this SQL, the default 
configuration will be compatible with the old version
--- Note: because most users have changed ZK configuration, this SQL is 
annotated to prevent erroneous execution
--- UPDATE plugin SET 
config='{"register":"zookeeper://localhost:2181","multiSelectorHandle":"1","threadpool":"cached","corethreads":0,"threads":2147483647,"queues":0}'
 WHERE `name` = 'dubbo';
---                                                    ^^^^^^^^^ if you want to 
execute this SQL, please replace it with your ZK configuration
-
--- insert plugin_handle data for dubbo
-INSERT IGNORE INTO plugin_handle (`plugin_id`, `field`, `label`, `data_type`, 
`type`, `sort`, `ext_obj`) VALUES ('6', 'threadpool', 'threadpool', '3', '3', 
'0', 
'{"required":"0","defaultValue":"cached","placeholder":"threadpool","rule":""}');
-INSERT IGNORE INTO plugin_handle (`plugin_id`, `field`, `label`, `data_type`, 
`type`, `sort`, `ext_obj`) VALUES ('6', 'corethreads', 'corethreads', '1', '3', 
'0', 
'{"required":"0","defaultValue":"0","placeholder":"corethreads","rule":""}');

Review comment:
       why remove this?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to