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 2019/06/06 10:41:18 UTC

[GitHub] [couchdb] iilyak commented on issue #1977: Auto-create system databases at startup IF configured for "single node mode"

iilyak commented on issue #1977: Auto-create system databases at startup IF configured for "single node mode"
URL: https://github.com/apache/couchdb/issues/1977#issuecomment-499443762
 
 
   Just an idea: Instead of introduction of a new option we could try using #1658. We might check how many nodes are configured in a seed list and create databases if it is a single node install.
   ```
   [cluster]
   seedlist = couchdb@localhost
   ```

----------------------------------------------------------------
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