When I am connecting my replica set from local machine like this
"mongodb://my_server_ip:27018/?readPreference=secondary&replicaSet=rs0&appname=MongoDB%20Compass&ssl=false"
It gives me an error "Could not reach any servers"
and on mongo compass "connect ECONNREFUSED 127.0.0.1:27018"
I think this error comes from replica set configs, where host key is "localhost:27018"
Below is the replica set member info:
{
"_id": 1,
"host": "localhost:27018",
"arbiterOnly": false,
"buildIndexes": true,
"hidden": false,
"priority": 1,
"tags": {
},
"slaveDelay": NumberLong(0),
"votes": 1
}
How to allow all hosts to this replica?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…