1-line "uri_file =" config fix for CouchDB 1.1.1 compatability
Bug #903556 reported by
Jason Gerard DeRose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
desktopcouch |
New
|
Undecided
|
Unassigned |
Bug Description
A small tweak is needed in the config that desktopcouch writes in order to work with CouchDB 1.1.1, like this:
[couchdb]
uri_file =
Otherwise CouchDB will try to write the couch.uri file in /var/run/couchdb, which obviously doesn't work when running a per-user CouchDB.
Branch ready for review, all unit tests pass.
Related branches
lp://staging/~jderose/desktopcouch/uri_file-fix
- dobey (community): Approve
-
Diff: 9 lines (+2/-0)1 file modifiedconfig/desktop-couch/default.ini (+2/-0)
To post a comment you must log in.
Also see, "Please merge (sort of) couchdb 1.1.1-1 from Debian testing":
https:/ /bugs.launchpad .net/ubuntu/ +source/ couchdb/ +bug/903098
This desktopcouch change is only needed should CouchDB 1.1.1 ships in Precise... but Novacut says, "pretty please, ship CouchDB 1.1.1 in Precise" :^)