hongfuli opened a new issue #6343:
URL: https://github.com/apache/shardingsphere/issues/6343


   ## Feature Request
   when we upgrade the version of ShardingSphere-Proxy, the most convenient way 
is to directly replace the entire installation directory. so it is best to 
separate the conf dir from base deploy dir.
   if we use relative path, it is relative to base deploy dir, E.g:
   ```bash
   ./start.sh 3307 my_conf/   -->  the final conf dir is: /{base deploy 
dir}/my_conf/
   ```
   but if we use absolute path, it has nothing to do with base deploy dir, E.g:
   ```bash
   ./start.sh 3307 /var/log/proxy/   -->  the final conf dir is: /var/log/proxy/
   ```
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to