Mongobooster supports Mongo 3.4 replica set

Atanu Saha shared this question 7 years ago
Answered

I am not able to connect my replica set through Mongobooster although I am able to connect individual replica set using same user id and password. I am using Mongo 3.4.9 version.

Best Answer
photo

Please reply

This comment is in trash! Restore

Replies (2)

photo
1

Please reply

This comment is in trash! Restore
photo
1

MongoBooster support replica set connection. I tested with MongoDB atlas and AWS server, it works well.


If it does not work for you. Could you please give me the accessible test server and detailed steps to recall the issue?


468ea64dcd5ab2f677c2b9351beef3cb

This comment is in trash! Restore
photo
1

I am getting below error while connecting the replica set

{

"message" : "failed to connect to server [mongodb1:27017] on first connect [MongoError: getaddrinfo ENOENT mongodb1:27017]",

"stack" : "MongoError: failed to connect to server [mongodb1:27017] on first connect [MongoError: getaddrinfo ENOENT mongodb1:27017]" +

"at Pool.<anonymous> (C:\\Users\\atanus\\AppData\\Local\\mongobooster\\app-3.5.7\\resources\\app.asar\\node_modules\\mongodb-core\\lib\\topologies\\server.js:328:35)" +

"at emitOne (events.js:96:13)" +

"at Pool.emit (events.js:188:7)" +

"at Connection.<anonymous> (C:\\Users\\atanus\\AppData\\Local\\mongobooster\\app-3.5.7\\resources\\app.asar\\node_modules\\mongodb-core\\lib\\connection\\pool.js:280:12)" +

"at Object.onceWrapper (events.js:290:19)" +

"at emitTwo (events.js:106:13)" +

"at Connection.emit (events.js:191:7)" +

"at Socket.<anonymous> (C:\\Users\\atanus\\AppData\\Local\\mongobooster\\app-3.5.7\\resources\\app.asar\\node_modules\\mongodb-core\\lib\\connection\\connection.js:177:49)" +

"at Object.onceWrapper (events.js:290:19)" +

"at emitOne (events.js:96:13)" +

"at Socket.emit (events.js:188:7)" +

"at connectErrorNT (net.js:1025:8)" +

"at _combinedTickCallback (internal/process/next_tick.js:74:11)" +

"at process._tickCallback (internal/process/next_tick.js:98:9)",

"name" : "MongoError"

}

This comment is in trash! Restore
photo
1

Please reply

This comment is in trash! Restore
photo
1

Can you connect your replica set with MongoDB Shell?


e.g: mongo --host rs1/john.local:27019,john.local:27018

This comment is in trash! Restore
photo
Leave a Comment
 
Attach a file