cbbackup / cbrestore issue
Fri, 02/01/2013 - 00:39
Hi I'd like to copy data from a production server (ubuntu) to my local computer (Mac OS X). On the prod server I ran cbbackup, worked fine. I copied backup files to my Mac and tried tu run cbrestore But I have an error:
cbrestore cb_dumb <a href="http://localhost:8091" title="http://localhost:8091">http://localhost:8091</a> -u xxxxxx -p xxxxx --bucket-source=feed_80 --bucket-destination=feed_80
Exception in thread s0:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/seb/Applications/Couchbase Server.app/Contents/Resources/couchbase-core/lib/python/pump_mc.py", line 89, in run
rv, batch, need_backoff = self.scatter_gather(mconns, batch)
File "/Users/seb/Applications/Couchbase Server.app/Contents/Resources/couchbase-core/lib/python/pump_cb.py", line 24, in scatter_gather
rv, conn = self.find_conn(mconns, vbucket_id)
File "/Users/seb/Applications/Couchbase Server.app/Contents/Resources/couchbase-core/lib/python/pump_cb.py", line 202, in find_conn
host_port = serverList[vBucketMap[vbucket_id][0]]
IndexError: list index out of rangeAny ideas?
Thanks
Hello,
Check the Documentation here (http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-backup-restore-mac.html ) for backup and restore to Mac OS X and other platforms.
Hope that helps...
Anil