PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 4th of December, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[01:31:06] <matzy_> hi, i'm pretty new to mongo and have had a hard time understanding the docs on how to do this. how do you insert a record that's larger than the IDE will let you into a collection?
[01:31:35] <matzy_> it says i have to use a driver/ODM?
[01:32:35] <matzy_> does that mean i need to download that, and write a (say node, for example) script that connects to my db and collection and inserts the large record i need?
[06:52:23] <Markhor1991> I am looking for ab it of help compiling the newer versions of MongoDB, for Pi 3 B+ models using a 64 bit OS for it (ARMHF model). Is this the right place?
[06:56:55] <Markhor1991> specifically, trying to run the gen.config.sh file, supplying "armhf" and "linux" as parameters, but it says: Unknown configuration platform/armhf/linux
[07:28:41] <Derick> Markhor1991: We don't support armhf I think - only arm64
[07:28:50] <Derick> (which I believe is aarm64)
[07:30:21] <Derick> (aarch64, apparently)
[07:32:55] <Markhor1991> is arm64 100% synonymous with aarch64 though? some versions of MongoDB have 2 or so ARM64 OS listings. newest stable of 4.0.4 only has Ubuntu ARM 64.
[07:35:47] <Markhor1991> my mistake on that, nvm. i just hope an Ubuntu ARM64 works on a non-Ubuntu ARM 64.
[16:22:37] <CDuv> Hello, I have enabled x.509 auth in cluster (via "security.clusterAuthMode: x509") but now, "normal" users (not cluster members) must present a certificate to be able to auth on MongoDB cluster. What settings can I play with to disabled this?