> On Oct 3, 2014, at 9:41 AM, Sundar Sankarnarayanan > <[email protected]> wrote: > > curl -X POST http://admin:[email protected]:5984/_replicate -d > '{"source":"https://skimdb.npmjs.com/registry", > "target":"http://admin:[email protected]:5984/registry", "continuous":true, > "create_target":true, "cancel":true}' -H "Content-Type: application/json"
Why did you add "cancel":true? That's to cancel an existing replication. If there's no replication with those parameters already running, the 404 error is expected. Try taking out the cancel property. —Jens
