question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connecting to admin database instead of sacred

See original GitHub issue

When I run this command (from the Quick Start):

omniboard --mu mongodb://user:pwd@host/admin?authMechanism=SCRAM-SHA-1 sacred

Omniboard is connected to the admin database instead of the sacred database.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vivekratnavelcommented, Mar 22, 2019
0reactions
thibaudmartinezcommented, Mar 22, 2019

@vivekratnavel Thank you for your work on Omniboard! It’s great!

Read more comments on GitHub >

github_iconTop Results From Across the Web

chovanecm/sacredboard: Dashboard for sacred. Monitor and ...
Sacredboard is a web dashboard for the Sacred machine learning experiment management tool. It connects to the MongoDB database used by Sacred and...
Read more >
MongoDb authentication failing on accessing database while ...
If both authSource and defaultauthdb are unspecified, the client will attempt to authenticate the specified user to the admin database.
Read more >
Mongo Super User won't connect to another database other ...
Although the admin user you've created has global permissions through *AnyDatabase roles, the user credentials only exist in the admin database.
Read more >
how to connect to mongodb server via ssh tunnel
Inside mongo shell, type following command to create new a admin user. > use admin; > db.createUser({user:"admin", pwd:"password", roles:[{ role ...
Read more >
Mongod keeps quitting on mac running Big Sur - MongoDB
I was using it during a long run yesterday using the python package sacred, which records the results of experiments in a mongo...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found