2

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?

shikhar bansal
  • 1,629
  • 2
  • 21
  • 43

1 Answers1

0

The couch_peruser feature is broken in 2.0 as detailed here : https://issues.apache.org/jira/browse/COUCHDB-3246

Alexis Côté
  • 3,670
  • 2
  • 14
  • 30