Hi,
I am running into a suspicious issue. I have made a full backup of my cluster and I am now trying to restore from this backup to the same node but when entering the restore command it doesn’t do anything but keeps adding dots. I am using Couchbase 4.5 and tried all the examples on your 4.5 documentation page (as well as the 4.6 one): https://developer.couchbase.com/documentation/server/4.5/cli/cbrestore-tool.html#cdbrestore-tool
I tried all sorts of combinations and one restore command did not produce rows of dots at first:
cbrestore -b bucket1 -B bucket1 ~/backup1/ http://HOST:8091 -u user -p pass
this was to restore a single node backup but this worked only once and now is producing dots just like all the other commands. Any suggestions?