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’