PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 9th of April, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[03:53:57] <yvear> for the `count of operations` here https://docs.mongodb.com/manual/reference/command/top is it the `count` since the server started?
[08:38:12] <Zajt> Hey! I am following the manual way here: https://treehouse.github.io/installation-guides/mac/mongo-mac.html - does the folder you create there(/data/db in their case) has to be inside the mongo folder?
[10:14:13] <Derick> Zajt: no
[10:14:23] <Zajt> okok great :)
[10:15:00] <Derick> Mine is in /home/derick/mongodb-data/dev for example
[10:15:17] <Derick> mongod itself is in /usr/local/mongodb/3.6.3/bin
[10:16:05] <Derick> xieta: there are generally no tunable knobs for internal buffers and the like
[10:16:39] <Derick> yvear: yes, since server start
[13:21:31] <rx7a> Hey all!
[13:21:54] <rx7a> How to insert multi-line of text?
[13:33:52] <rx7a> I got it, I have to store one line into an element of a list
[14:13:28] <yvear> Derick, thanks!
[20:31:55] <MACscr> noob question here as I have zero mongodb experience and come from a mysql background. mongodb is hosted with mlab that the lead developer setup that is afk and I typically handle just our server infrastructure for this project.
[20:32:48] <MACscr> Anyway, secondary db user was created in the mlab portal and assigned to this db, but when i connect to it remotely and see all the collections, i try to run a query to list its contents and it says im not authorized to execute the command
[20:33:11] <MACscr> is there some sort of user privs that is should be configuring like grants in mysql?
[21:56:16] <Derick> yeah, there are plenty, but it's quite complicated (And I am no expert either)