Hi Team,
I have a cluster running on a different network i would like to restore the data from that cluster to my test db.
I am using cbrestore “path of the back file” [ zipped from the different cluster ] https://localhost:8091 --bucket-source=core --bucket-destination=core, getting below error
Exception in thread w0:
Traceback (most recent call last):
File “threading.pyc”, line 551, in __bootstrap_inner
File “threading.pyc”, line 504, in run
File “pump.pyc”, line 303, in run_worker
File “pump_bfd.pyc”, line 430, in get_conflict_resolution_type
IndexError: list index out of range
Hi @shantanu_das89,
What version(s) of Couchbase Server are you using on the cluster and your local test database?
source was 4.5.0 and destination was 4.6.0, however when i changed the destination version from 4.6.0 to 4.5.0 it worked.
@shantanu_das89,
Sounds like this could be a bug. Would you mind creating an issue at https://issues.couchbase.com? (Or, I could create it for you)
Sounds like https://issues.couchbase.com/browse/MB-24361 (cbbackup
uses the same code as cbtransfer
under the hood).
Ahm please create it, i might not have access to JIRA whilst i was trying to raise the bug.
@shantanu_das89,
I created an issue here: Loading...
You may want to watch that issue and the issue that @matt.carabine mentioned (Loading...)
You can request a JIRA account here: Contact Site Administrators - Couchbase database - it currently has to be approved manually, but that will allow you to create/watch issues in the future.
Hi @shantanu_das89,
Just a quick update. Looks like this is a known issue. The bug I created (Loading...) was closed as a duplicate of this bug:
https://issues.couchbase.com/browse/MB-24536
So keep your eyes on that ticket for updates.