Hey guys! I have a problem with mongodb connection...
# troubleshooting
m
Hey guys! I have a problem with mongodb connection. Mongodb based on a non-sharded cluster and I can connect to our cluster via mongodb compass. Uri for connection in compass looks something like this: mongodb://login:passwod@host:port/dbname?directConnection=true&appName=mongosh+1.7.1 If I try to connect via compass - I dont have a problem - everything its okey, but with meltano I have a problem - "has no read privilege on the database" Maybe I'm trying incorrect version of extractor? I've tried menzenski, thansferwise and z3z1ma
m
is “dbname” in the connection string the authentication database, or the database where your documents are located?
m
Creating a new user with a read-only role helped