Take a dump of memcached and source it to couchbase
Wed, 04/04/2012 - 14:54
Hey guys,
I'm running 1.8 and i have a memcached bucket. i want to take a dump of it and source it into couchbase.
With the standard memcached i was able to use memcached-tool to take a dump of the memcached keys and values.
But i cant seem to be able to use memcached-tool with the memcached shipped with couchbase 1.8.
It looks like memcached on 1.8 doesnt support "stats slabs" which i think memcached-tool requires.
Is there any other way of dumping and and sourcing between memcached and couchbase?
Thanks guys
Well, it technically does but you'll have to go to all the memcached ports on 11210 directly, not through moxi on port 11211.
The other way is to use TAP dump, which is not technically supported but does work. See the (unsupported) Java client or the (unsupported) tap.py shipped in the Couchbase Server distribution.