Exporting & Importing database
Hey all,
We've been trying to get a copy of our database running on another server; for some reason we don't have much success when trying to use replicate functionality: "Attention - Failed to grab remote bucket info from any of known nodes"
So we've tried using cbbackup and cbrestore, but when using cbrestore on the other server, we get the following:
error: map missing vbucket_id: 521; perhaps your source does not have vbuckets; if so, try using moxi (HOST:11211) as a destination
Any hints in resolving this? both servers have the exact same version running 2.0.0-1976
Thanks!
Similar problems for me, tried XDCR and got Attention - Failed to grab remote bucket info from any of known nodes
with a bucket I know is there.
Ok fixed this using http://blog.couchbase.com/cross-data-center-replication-step-step-guide-...
More, the remote instance running cb is on a Mac, so tried this:
$ /opt/couchbase/bin/cbtransfer http://user:pass@127.0.0.1:8091 memcached://user:pass@remoteip:11211 -b default -B default
error: SASL auth exception: remoteip:11211, user: user
no luck