We're currently hosting our data with CouchDB using IrisCouch and want to 
transition to hosting with Couchbase Server. We're experiencing some 
difficulty moving our data over though. Is is possible to transition our 
data by replicating using the Sync Gateway? And if so, is there a guide or 
step-by-step instructions for moving from CouchDB to Couchbase Server? 
We've set up Couchbase Server on Amazon. We've set up the Sync Gateway. We 
created a new user using 

curl -X PUT localhost:4985/beer-sample/_user/bill --data '{"user":"bill", 
"password":"xyz", "disabled":false, "admin_channels":["*"]}'

Then, using Futon on IrisCouch, we tried to test a continuous pull 
replication with http://bill:xyz@ourServer:4984/beer-sample. We get back a 
message that says {"ok":true,"_local_id":"ecf3e071a5de3fee4627ff2c369b977e"} 
but no data seems to be replicating? If we do a one-time pull replication, 
it just seems to hang (no response is received and no documents are 
replicated). Are we missing a step? I appreciate any help!

Thanks,
Bill

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/6b9fa503-efb2-484a-a432-6bdaf75e2b19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to