zwZjut commented on pull request #7003:
URL: https://github.com/apache/dolphinscheduler/pull/7003#issuecomment-979332001
> > how to select the type of datasource mysql ,h2, postgresql by env ?
>
> `export dbtype=h2` / `export dbtype=mysql` / `export dbtype=postgresql`
in dolphinscheduler-daemon.sh , it will be set like this : export
SPRING_PROFILES_ACTIVE="${SPRING_PROFILES_ACTIVE},api,${dbtype}",
but it does not in create-dolphinscheduler.sh and
upgrade-dolphinscheduler.sh; create-dolphinscheduler.sh execute before
dolphinscheduler-daemon.sh ,does it mater ?
--
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]