dosubot[bot] commented on issue #7593: URL: https://github.com/apache/incubator-devlake/issues/7593#issuecomment-2154398327
<!-- Greeting --> Hey @irkhamdayat! 👋 I'm here to help you with any bugs, questions, or becoming a contributor. I'll assist you while waiting for a human maintainer. <!-- Answer --> To resolve the "data too long for column name" error in the `_tool_sonarqube_scope_configs` table during the data collection process for SonarQube in version v0.21.0@ac4f7fe, you can manually change the field length to `varchar(255)` or longer in MySQL. Execute the following SQL command to increase the length of the `name` column: ```sql ALTER TABLE _tool_sonarqube_scope_configs MODIFY COLUMN name VARCHAR(255); ``` This should resolve the error you're encountering <sup>[[1]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.21/Troubleshooting/Configuration.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org