You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/17 15:51:44 UTC

[GitHub] [couchdb] nickva commented on issue #2559: CouchDB 3 RC1: seeding cluster fails because local _users db doesn't exist

nickva commented on issue #2559: CouchDB 3 RC1: seeding cluster fails because local _users db doesn't exist
URL: https://github.com/apache/couchdb/issues/2559#issuecomment-587055703
 
 
   @willholley You're probably right. 
   
   With the https://github.com/apache/couchdb/commit/27bb45043435828915bdcbdc130b685e5533bbd8 commit the db will be auto-created when it is used the first time.
   
   It seems we could either auto-create it again on startup or check if db exists before attempting to sync it:
   
   https://github.com/apache/couchdb/blob/bb30e984c653640b5ef9b80d3e5a2801bad14efe/src/mem3/src/mem3_rpc.erl#L192
   
    

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services