Schmidt
Schmidt
Hi @stevebest, thanks for the report! I have added a testcase and can reproduce the problem. While I am working on the fix please use [email protected] in the meantime. Sorry...
Please make sure CI passes.
Yeah, this is a very good issue description, thank you for this! I indeed bet you ran into #49 - could you, as a quick fix, try downgrading to `[email protected]`?
Great to hear!
Hi Jan, I like the idea of supporting a PouchDB adapter and would happily accept a pull request for this. Also, I agree that using PouchDB instead of Nano here...
Hi, https://github.com/jo/couchdb-configure can configure CouchDB via HTTP config endpoint. [Here](https://github.com/jo/couchdb-configure/blob/master/test/fixtures/config.json) you see examples for a config object. For CouchDB 2 you need to change the endpoint, though. See http://docs.couchdb.org/en/stable/http-api.html#cap-/_node/{node-name}/_config. This...
Yeah, looks like this is not possible atm. You can use couchdb-configure standalone for the time being.
Oh, this looks like a regression of an undocumented feature. Can you work around it? It is hard to fix
and https://github.com/jo/couchdb-batch
Hi @cboden, a possible workaround could also be to add `create_target:true` to the replication document. That way the database will be created if needed. The CouchDB Bootstrap suite only creates...