wohali commented on issue #1757: Startup script breaks relative paths
URL: https://github.com/apache/couchdb/issues/1757#issuecomment-441139713
 
 
   @natevw Ah, there are some other subtle problems, yes.
   
   The defaults for the database_dir and view_index_dir assume the cwd is the 
root dir:
   
   ```
   [couchdb]
   uuid =
   database_dir = ./data
   view_index_dir = ./data
   ```
   
   These obviously won't work if the cwd for the entire app isn't its root 
directory. So now you're talking about having to fix the entire `rebar`-based 
release process.
   
   The entire point of the new release process was to create a completely 
relocatable CouchDB installation...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to