Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
3.4.15
-
None
-
ALL
Description
I'm not able to copy a database. It returns me following error:
{
|
"ok" : 0, |
"errmsg" : "couldn't connect to server localhost:27017, connection attempt failed", |
"code" : 6, |
"codeName" : "HostUnreachable" |
}
|
I don't know why it says localhost, I'm connecting to mongodb server having ip address 172.31.21.200.
Output of mongo --version
MongoDB shell version v3.4.15
|
git version: 52e5b5fbaa3a2a5b1a217f5e647b5061817475f9
|
OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
|
allocator: tcmalloc
|
modules: none
|
build environment:
|
distmod: ubuntu1604
|
distarch: x86_64
|
target_arch: x86_64
|