jvabob opened a new issue #750: couchup replicate issue
URL: https://github.com/apache/couchdb/issues/750
 
 
   Trying to use the replicate function to migrate my 686GB collection of 
databases...
   
   First 3-4 databases (about 5GB) work great... but now I get something like 
this when I try it
   first got it using the -a feature and now am trying individual db to see if 
I can find a pattern
   
   /usr/local/couchdb/bin/couchup replicate -l USER -p PASSWORD -t 3600 -f eridu
   Starting replication for eridu...
   ```
   {"error":"not_found","reason":"Could not open source database 
http://127.0.0.1:5986/eridu/: 
{db_not_found,<<"http://127.0.0.1:5986/eridu/\";>>}"}
   ```
   
   In couchdb.stderr I see
   
   ```[notice] 2017-08-14T19:39:48.348070Z 
[email protected] <0.10702.7> -------- 127.0.0.1 - - 
GET /eridu/_design/repl_filters 200
   [notice] 2017-08-14T19:39:48.354189Z 
[email protected] <0.10691.7> b3b8c7e8e0 
127.0.0.1:5984 127.0.0.1 tcuser POST /_replicate 404 ok 3
   [notice] 2017-08-14T19:39:49.353059Z 
[email protected] <0.10715.7> -------- 127.0.0.1 - - 
GET /eridu 200
   [notice] 2017-08-14T19:39:49.355750Z 
[email protected] <0.10717.7> 1ce9ddd1df 
127.0.0.1:5984 127.0.0.1 undefined GET /eridu 404 ok 1
   [notice] 2017-08-14T19:39:50.359934Z 
[email protected] <0.10731.7> 53ab98918d 
127.0.0.1:5984 127.0.0.1 undefined GET /eridu 404 ok 1
   [notice] 2017-08-14T19:39:50.363785Z 
[email protected] <0.5320.2> 57e260d3dc 
couchdb-2-3.irbfocus-qa:6984 10.10.4.90 undefined GET /_active_tasks 200 ok 1
   [notice] 2017-08-14T19:39:51.364333Z 
[email protected] <0.10759.7> f0718ec5e4 
127.0.0.1:5984 127.0.0.1 undefined GET /eridu 404 ok 1
   ```
   if I curl http://127.0.0.1:5986/eridu/ ( and add the user and pass ) I get
   ```
   
{"db_name":"eridu","doc_count":7438871,"doc_del_count":511625,"update_seq":8168757,"purge_seq":0,"compact_running":false,"disk_size":81804304630,"other":{"data_size":109},"data_size":12273332816,"sizes":{"file":81804304630,"active":12273332816,"external":109},"instance_start_time":"1502734780758722","disk_format_version":6,"committed_update_seq":8168757,"compacted_seq":0,"uuid":"4a84be53b812cac9b71915eab09f3be9"}
   ```
   So the db sure seems to be there... I can go to 5986/_utils and see the 
db... can view data etc
   
   Any pointers?
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to