PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 12th of February, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:00:51] <cloudbud> does this restore command drops the databases too?
[07:00:57] <cloudbud> "mongorestore --host localhost --username ${DATABASE_USER} --password ${DATABASE_PASSWORD} --port 7001 mongodump --drop --verbose"
[13:18:18] <CraigSuddo> hi all, just curious how if you're using mongodb with say a React front end, how you stop a user simply looking at what connections are going on and making their own connection into your database?
[23:28:59] <blscoe> I'm trying to query an array, but .find({"check.0":"first"}) returns EVERY record
[23:29:36] <blscoe> whereas if I change "check" into a string, .find({"check":"first"}) works perfectly fine