-
Notifications
You must be signed in to change notification settings - Fork 125
Description
I'm attempting to export a couchbase schema for a private instance of couchbase (enterprise 7.6.3). Steps taken:
From an ubuntu VM located on subnet of couchbase:
npm -g install azimutt
ubuntu@ip-10-51-2-190:~$ which azimutt
/home/ubuntu/.nvm/versions/node/v22.13.1/bin/azimutt
azimutt export couchbases://user:password@10.51.2.18
[banner]
Version 0.1.36
Exporting database schema from couchbases://user:password@10.51.2.18 ...
(node:18185) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Got error: unambiguous timeout
cause: unambiguous_timeout (14)
(use --debug option to see the full error)
A tcpdump shows no traffic between .190 and .18
Suggestions?