Pace2Car commented on issue #24317: URL: https://github.com/apache/shardingsphere/issues/24317#issuecomment-1441595885
Hi @Python-IBM , which version of ShardingSphere are you using? If it is a version before 5.2.1, you can overwrite it through the configuration property `overwrite: true`. After 5.2.1 released, ShardingSphere removed `overwrite` property and set it to `false` by default, it means that already persisted configuration will not be overwritten. You can use DistSQL to modify the configuration, if it is a test environment, you can manually clear the configuration data in the governance center. -- 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]
