Hello,
Last week I’ve tried to backup my data in a single bucket
I did this command in database machine as a master of clusters, here is 4 machine which they are clusterd toghether:
cbbacup -u boo -p far -b default couchbase://127.0.0.1:8091 /home/test-backup
At that time the percentage of resident was 64%
after I did upper command, before it reaches to 100%
In 63% showed up backup is done and stoped without any error and warning.
Then for restoring i did this command
cbrestore -u foo -p bar test-backup/ --bucket-source default http://127.0.0.1:8091 --bucket-destination default
after it’s done, there was difference in the number of documents which about to one million in 64 million document.
Before all of this senario,
- I’ve tried with cbexport and its not good for our structure
What can I do to have real backup?