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
When using MongoDB Compass GUI to connect to the mongodb service on Platform.sh, it will connect to the first node in the connection string from the relationships.
However, the first node could sometimes not be the primary server and could be connecting to a secondary which has read only permissions.
The work around is to connect via an ssh tunnel to each node manually and test the connection in Compass until it changes.
The text was updated successfully, but these errors were encountered:
When using MongoDB Compass GUI to connect to the mongodb service on Platform.sh, it will connect to the first node in the connection string from the relationships.
However, the first node could sometimes not be the
primary
server and could be connecting to asecondary
which hasread only
permissions.The work around is to connect via an ssh tunnel to each node manually and test the connection in Compass until it changes.
The text was updated successfully, but these errors were encountered: