EricGao888 commented on code in PR #10847:
URL: https://github.com/apache/dolphinscheduler/pull/10847#discussion_r916539852
##########
docs/docs/en/guide/upgrade.md:
##########
@@ -27,7 +27,7 @@ jar package and add it to the `./tools/libs` directory, then
change `./bin/ env/
```shell
export DATABASE=${DATABASE:-mysql}
export SPRING_PROFILES_ACTIVE=${DATABASE}
- export
SPRING_DATASOURCE_URL=jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
+ export
SPRING_DATASOURCE_URL="jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8"
Review Comment:
Sure, thx for pointing this out. I will add it in the next commit.
##########
docs/docs/en/guide/upgrade.md:
##########
@@ -27,7 +27,7 @@ jar package and add it to the `./tools/libs` directory, then
change `./bin/ env/
```shell
export DATABASE=${DATABASE:-mysql}
export SPRING_PROFILES_ACTIVE=${DATABASE}
- export
SPRING_DATASOURCE_URL=jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
+ export
SPRING_DATASOURCE_URL="jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8"
Review Comment:
Will fix it
--
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]