Hi,
I’m trying to restore the bucket backup which taken in the CB version 4.5.0 to bucket present in CB version 4.6.0.
The restore is failing with below error,
Traceback (most recent call last):
File “/usr/lib64/python2.6/threading.py”, line 532, in __bootstrap_inner
self.run()
File “/usr/lib64/python2.6/threading.py”, line 484, in run
self.__target(*self.__args, **self.__kwargs)
File “/opt/grd/installers/opt/couchbase/lib/python/pump.py”, line 303, in run_worker
src_conf_res = source.get_conflict_resolution_type()
File “/opt/grd/installers/opt/couchbase/lib/python/pump_bfd.py”, line 430, in get_conflict_resolution_type
json_file = open(files[0], “r”)
IndexError: list index out of range
Exception in thread w1:
Traceback (most recent call last):
File “/usr/lib64/python2.6/threading.py”, line 532, in __bootstrap_inner
self.run()
File “/usr/lib64/python2.6/threading.py”, line 484, in run
self.__target(*self.__args, **self.__kwargs)
File “/opt/grd/installers/opt/couchbase/lib/python/pump.py”, line 303, in run_worker
src_conf_res = source.get_conflict_resolution_type()
File “/opt/grd/installers/opt/couchbase/lib/python/pump_bfd.py”, line 430, in get_conflict_resolution_type
json_file = open(files[0], “r”)
IndexError: list index out of range
Exception in thread w2:
Traceback (most recent call last):
File “/usr/lib64/python2.6/threading.py”, line 532, in __bootstrap_inner
self.run()
File “/usr/lib64/python2.6/threading.py”, line 484, in run
self.__target(*self.__args, **self.__kwargs)
File “/opt/grd/installers/opt/couchbase/lib/python/pump.py”, line 303, in run_worker
src_conf_res = source.get_conflict_resolution_type()
File “/opt/grd/installers/opt/couchbase/lib/python/pump_bfd.py”, line 430, in get_conflict_resolution_type
json_file = open(files[0], “r”)
IndexError: list index out of range
Can someone help on this.
Regards,
Selvi