liqingwang opened a new issue, #10083:
URL: https://github.com/apache/dolphinscheduler/issues/10083

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   - Due #10026 , changed the tools docker sh file position. Look 
[this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-0387d45c2bcdee3461774d4db10eab3cb580238d04dbd3511dfd19775a64d082R31)
   
   And the Docker Doc don't change the sh file position. 
   
   ```
   $ docker run -d --name dolphinscheduler-tools \
       -e DATABASE="postgresql" \
       # Use "com.mysql.cj.jdbc.driver" if you use MySQL
       -e SPRING_DATASOURCE_DRIVER_CLASS_NAME="org.postgresql.Driver" \
       -e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/<DATABASE>" \
       -e SPRING_DATASOURCE_USERNAME="<USER>" \
       -e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \
       --net host \
       apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" 
bin/create-schema.sh
   ```
   
   ```bin/create-schema.sh``` will be ```tools/bin/upgrade-schema.sh``` at 
[this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-1173adb6eb42595c44743bc7b916e7594591b85269a4f132700eebcf907133bdR41)
   
   - Alert Plugin WebexTeams filed ```Destination``` Translation Error
   
   ### What you expected to happen
   
   Docker Doc Current && Alert Plugin WebexTeams filed ```Destination``` 
Translation Current
   
   ### How to reproduce
   
   ⬆️
   
   ### Anything else
   
   I will open a PR to fix this.
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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