Robomongo: Feature: Replica Set and SSH

Created on 2 May 2017  路  7Comments  路  Source: Studio3T/robomongo

Implement SSH support for replica sets.

Duplicate:
https://github.com/Studio3T/robomongo/issues/1285

SSH critical-connectivity feature-request

Most helpful comment

Guys, any idea whet this feature will be implemented ?

All 7 comments

Hi @simsekgokhan, has there been any progress on this? Robo 3T 1.1.1 still doesn't seem to support replica sets over SSH; is there at least a plan for when this will be implemented?

@pauln Robo3T 1.2.1 also has this issue.

Guys, any idea whet this feature will be implemented ?

Pinging again - the SSH tunnel is not being used for connecting to the replicaset...
Any estimations on the update ?
cc @simsekgokhan

Robo 3T 1.3.1 also still has this problem

It was mentioned that till this is implemented, we can use connecting to primary directly as a fallback - is anyone familiar with how to do this? Should I skip giving the replicaSet parameter?

@paramaggarwal
Yes. You have to connect to Primary instance in Direct Connection mode. If you don't know what the IP and port of your Primary is, simply connect to an instance in Direct Connection mode, then run rs.isMaster() command on it. It will return an object which has a primary field. It will show you where your Primary is:

image

Was this page helpful?
0 / 5 - 0 ratings