huagkunlun opened a new issue #6713: URL: https://github.com/apache/dolphinscheduler/issues/6713
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Standalone Server is a great idea, but is has two problems can be imporved: + Each time when you start a StandaloneServer, a random temporary directory would be created, which actually has no meaning llike below, standaloneserver create a directory: dolphinscheduler_1109196593964124306, but the db data file: dolphinscheduler_11091965939641243069.mv.db was not in directory dolphinscheduler_1109196593964124306 ```shell 16:51:05.054 [Standalone-Server] INFO org.apache.dolphinscheduler.server.StandaloneServer - H2 database directory: C:\Users\echoh\AppData\Local\Temp\dolphinscheduler_11091965939641243069 ```  + After each time restart, it would import the init-sql script again. As a result, the previously configured data would be loss.  ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a 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]
