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 I start it with "mongo3 --environment=test" that there is nothing running on localhost:27017.
Even if I rename the file it doesn't yell about it. Looks like it's not reading the file at all.
If I start it with "mongo3 --pool "mongo://mongo1.company.com:27017/db1/collection1" --environment=test" I get always the following error.
unauthorized db:db1 lock type: -1 client:10.10.1.10
The creds work when I connect with the command line tool to the server.
Am I doing something wrong?
Marco
The text was updated successfully, but these errors were encountered:
Hi,
I have install mongo3 and created the landscape.yml file.
Content looks like this.
test:
host: mongo1.company.com
port: 27017
username: "user"
password: "pass"
When I start it with "mongo3 --environment=test" that there is nothing running on localhost:27017.
Even if I rename the file it doesn't yell about it. Looks like it's not reading the file at all.
If I start it with "mongo3 --pool "mongo://mongo1.company.com:27017/db1/collection1" --environment=test" I get always the following error.
unauthorized db:db1 lock type: -1 client:10.10.1.10
The creds work when I connect with the command line tool to the server.
Am I doing something wrong?
Marco
The text was updated successfully, but these errors were encountered: