I am working on a use case where every user has to have his/her private couchdb
database. I came across the couch_peruser
configuration flag in CouchDB 2.0
CouchDB Official Link. Setting this flag to true create a private database for every user in the _users
database.
Upon installing CouchDB 2.0
and setting the couch_peruser
flag, I found that it doesn't work. It is not creating any private database for the users. Does anyone know what is the problem?