Cbbackupwrapper Could not find node:port in server list

Hello,

We’re doing initial setup and testing of the FICO Couchbase 4.6.3 version and are running into an issue where cbbackup works fine. However, when using cbbackupwrapper we get error “-1 Could not find node:port in server list”. Node and port are the same for both commands. We’ve tried various options with no luck so far.

I did find this link, but it looks to be for version 3…

[https://issues.couchbase.com/browse/MB-13162?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel]

Any ideas?

Thanks,
Jay

Solved… cbbackupwrapper needs the node name fully qualified and it has to match the letter case of name exactly. In this case the node name was in uppercase and the extension qualifier was in lowercase. So full name in mixed case worked. Still don’t know why wrapper needs it and cbbackup doesn’t, but at least it’s working now.