While swap rebalancing, 2 nodes went down from the cluster.
Initially, there were 3 nodes in the cluster. And I was trying to swap rebalancing 2 nodes (adding 2 nodes and removing 2 old nodes)
2 old nodes with bunch of data went down and never came back up.
I tried rebooting those 2 AWS EC2 instances, but the instances are NOT running back on.
So I had to failover the 2 nodes.
Now, I want to create 2 new instances and manually copy the bucket data from failed servers and add back to the cluster.
I copied the data under (…/var/lib/couchbase/data/mybucket).
But it seems like the cluster does not let me add these new nodes.
Rebalance exited with reason {buckets_cleanup_failed,
[‘ns_1@172.31.16.119’,‘ns_1@172.31.16.120’]}
Regardless of the error message, I don’t even want to cleanup the old data.
How could I properly do the job?
Any hint would be very appreciated.
Thank you.
Updated
Would cbtransfer solve the problem?