couchbase 5.1
I took backup of my database using cbbackupmgr and restoration works well for normal scenario. I made changes to cb setup and didnt work when I restore again. Below are different scenarios and its results.
Changes: delete all buckets, create a bucket with different name and restore using map-buckets
Result: data restored to new bucket
Changes: reinstall cb server to setup data & query node in one server, index & search node in another. After rebalance performed restoration with same bucket name
Result: data restored to new bucket
Changes: setup data & query node in one server, index & search node in another. Perform restoration with different bucket name
Result: Error: Error restoring cluster: Internal server error while executing “POST http://cb2.domain.com:9102/restoreIndexMetadata?bucket=newbucketname”
Kindly let me know what am doing wrong here?
Thanks
Thanigai