Connecting to admin database instead of sacred
See original GitHub issueWhen 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:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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