You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
If we set database to mysql in dolphinscheduler_env.sh, when running upgrade-schema.sh in tools, will get errors like Caused by: java.lang.RuntimeException: Driver com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl, jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
datasource.url is somehow deleted in PR: [Fix-10103][k8s]Fix k8s Change DataSource Error #10128 , causing the datasource url will not be overwritten if mysql profile activated. I'm confused why that line was deleted in that PR.
Search before asking
What happened
mysql
indolphinscheduler_env.sh
, when runningupgrade-schema.sh
intools
, will get errors likeCaused by: java.lang.RuntimeException: Driver com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl, jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
datasource.url
is somehow deleted in PR: [Fix-10103][k8s]Fix k8s Change DataSource Error #10128 , causing the datasource url will not be overwritten ifmysql
profile activated. I'm confused why that line was deleted in that PR.dolphinscheduler/dolphinscheduler-tools/src/main/resources/application.yaml
Lines 39 to 46 in 9782fe4
What you expected to happen
How to reproduce
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: