(moving this to user@) You need to change the database_dir, and index_dir properties under [couchdb] in local.ini as this is where couchdb looks to find where it should write data. You can either edit the files and restart couchdb or you can do it via http (e.g, curl -X PUT host:port/_config/couchdb/database_dir -d '"new path here"' (note: that's a double quoted string inside single quotes).
B. On 10 May 2012 02:16, magnetpest2k5 <[email protected]> wrote: > Hello, > > I am using couchdb 1.1.1 on Ubuntu 11.10. The couch database are stored in > /var/lib/couchdb. I want to change the path to other drive and I am not able > to find a solution for it. I found that I have to change the path in > etc/couchdb/local.ini file. I included a path parameter but that stopped the > couchdb to work. Can some one give me the exact way to set the path? > > Thanks > Vineeth > > -- > View this message in context: > http://couchdb-development.1959287.n2.nabble.com/changing-the-couchdb-storage-path-tp7545054.html > Sent from the CouchDB Development mailing list archive at Nabble.com.
