jvabob commented on issue #483: New couchup 1.x -> 2.x database migration tool
URL: https://github.com/apache/couchdb/pull/483#issuecomment-322267979
 
 
   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/\";>>}"}
   
   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