zhongjiajie opened a new pull request #7151:
URL: https://github.com/apache/dolphinscheduler/pull/7151


   dolphinscheduler-daemon.sh need DATABASE_TYPE to decide
   which database to connect.
   
   I export each time before we call dolphinscheduler-daemon.sh
   but not inside dolphinscheduler-daemon.sh for more safety here
   
   Also it could be directly change dolphinscheduler-daemon.sh
   with
   
   ```
   source "${DOLPHINSCHEDULER_HOME}/conf/config/install_config.conf"
   export DATABASE_TYPE=${${DATABASE_TYPE:-$dbtype}:-"h2"}
   ```
   


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