pgj opened a new pull request, #5967: URL: https://github.com/apache/couchdb/pull/5967
In certain settings, CouchDB is made to run from a directory different from that of its root. That is why nodes may have problems with finding the location for creating and populating the `couch.uri` file with the information on the automatically assigned ports. Address this by switching over an absolute path on specifying the actual place of file. ## Testing recommendations Go to a directory other than the CouchDB root and try running it "remotely": ``` COUCHDB_ROOT=$(pwd) cd $COUCHDB_ROOT/dev/run -a adm:pass -n 1 ``` With commits before disabling the creation of `couch.uri`, this shall fail. With this change, it shall not. ## Related Issues or Pull Requests Another iteration of #5964. ## Checklist - [x] This is my own work, I did not use AI, LLM's or similar technology - [x] Code is written and works correctly -- 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]
