You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/10/11 21:32:51 UTC

[GitHub] wohali opened a new issue #887: Allow replicator documents to include params for db creation (q)

wohali opened a new issue #887: Allow replicator documents to include params for db creation (q)
URL: https://github.com/apache/couchdb/issues/887
 
 
   If you specify `"create_database": true` in a replicator doc, the replicator creates the target database, with the default q value.
   
   It'd be real neat if you could also specify `"create_database_params": "q=1"` to have the replicator request the target to create the database with `q=1`. Right now, if you want this behaviour, you have to have a client create the target DB itself, then start the replication up without the `create_database` option.
   
   @janl and I see a number of situations where this could be really helpful in the field.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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