Jump to content

Edit History

Mark McDonald

Mark McDonald

Awesome, thank you!  We've been migrating databases for the past 24 hours.  For whatever reason the connection from BigCouch times out and we have to re-run the _replicate on it numerous times to finally get all the documents over.  Have you seen anything like this?

After running the same command a few (or a few dozen) times, everything eventually makes it over.  We tried everything from connection timeout, waiting between replicates, etc with the same result. 
 

-H "Content-Type: application/json" \
-d '{
"source": "http://xx.xx.xx.xx:5984/anonymous_cdrs",
"target": "http://user:pass@xx.xx.xx.xx:5984/anonymous_cdrs",
"create_target": true,
"connection_timeout": 1000000
}'
{"error":"error","reason":"{http_request_failed,\"POST\",\n \"http://xx.xx.xx.xx:5984/anonymous_cdrs/_bulk_get?latest=true&revs=true&attachments=false\",\n {error,sel_conn_closed}}"}
Mark McDonald

Mark McDonald

Awesome, thank you!  We've been migrating databases for the past 24 hours.  For whatever reason the connection from BigCouch times out and we have to re-run the _replicate on it numerous times to finally get all the documents over.  Have you seen anything like this?

 

-H "Content-Type: application/json" \
-d '{
"source": "http://xx.xx.xx.xx:5984/anonymous_cdrs",
"target": "http://user:pass@xx.xx.xx.xx:5984/anonymous_cdrs",
"create_target": true,
"connection_timeout": 1000000
}'
{"error":"error","reason":"{http_request_failed,\"POST\",\n \"http://xx.xx.xx.xx:5984/anonymous_cdrs/_bulk_get?latest=true&revs=true&attachments=false\",\n {error,sel_conn_closed}}"}
×
×
  • Create New...