You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:[email protected]
[banner]
Version 0.1.36
Exporting database schema from couchbases://user:[email protected] ...
(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?
The text was updated successfully, but these errors were encountered:
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:[email protected]
[banner]
Version 0.1.36
Exporting database schema from couchbases://user:[email protected] ...
(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?
The text was updated successfully, but these errors were encountered: