Can we take backup from CB EE and restore to CB CE with cbbackup command?

Hi,
I just want to know, Can we take a backup from Couchbase EE and restore to CE with cbbackup command?

when i try to do this i am getting the following error. Any help would be helpful

Traceback (most recent call last):
File “/opt/couchbase/lib/python/cbbackup”, line 12, in
pump_transfer.exit_handler(pump_transfer.Backup().main(sys.argv))
File “/opt/couchbase/lib/python/pump_transfer.py”, line 83, in main
rv = pumpStation.run()
File “/opt/couchbase/lib/python/pump.py”, line 166, in run
rv, source_map, sink_map = self.check_endpoints()
File “/opt/couchbase/lib/python/pump.py”, line 222, in check_endpoints
rv, source_map = self.source_class.check(self.opts, self.source_spec)
File “/opt/couchbase/lib/python/pump_dcp.py”, line 76, in check
err, map = pump.rest_couchbase(opts, spec)
File “/opt/couchbase/lib/python/pump.py”, line 1092, in rest_couchbase
spec_parts = parse_spec(opts, spec, 8091)
File “/opt/couchbase/lib/python/pump.py”, line 1006, in parse_spec
val = int(port)
TypeError: int() argument must be a string, a bytes-like object or a number, not ‘NoneType’

@itssrinadh No this is not supported and not expected to work. Is there a reason why you are trying this?

We want to copy data from EE to CE. Becuause we want to use production data in CE Server. when we request in support couchbase they suggested to use cgbackup instead of cbbackmgr.

So what is best way to migrate or move from EE to CE without any data lost.

Hi,

Which version of cbbackupmgr are you sing?
cbimport and cbexport which were enterprise tools are exposed to community from 6.5, so you can using them.
However, with cbbackupmgr, it’s only supported for EE.

Hi Chaitra,

Thank you for your response. I will check about cbbackupmgr version.

So can i export data from CB EE by using cbexport and import into CB CE by using cbimport?

Hi @chaitra.ramarao

CBImport failing with error of Cluster is not Couchbase Enterprise Edition .

so How we can Export data from CB EE and import to CB CE?