PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 14th of May, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:58:48] <Derick> ws2k3: yes, there is: http://repo.mongodb.org/apt/debian/dists/
[08:58:58] <Derick> ws2k3: but currently only for the 3.7 experimental branch
[08:59:06] <Derick> when 3.6.5 comes out (soon), it will be there too
[11:11:38] <b44__> How to update an existing mongoose schema, by adding a new field ?
[11:46:07] <alfredocambera> Hello fellas
[15:01:55] <maryo> I have the MongoDB setup hosted in Azure Cloud Environment. Can someone guide me on how to access the DB via compass?
[15:02:30] <Derick> how do you connect to it normally? What is the connection string?
[16:09:21] <maryo> Derick, I ssh into the Azure Server using the public IP and then after ssh. I do mongo shell to access the DB. The mongod service is running as localhost
[16:10:05] <Derick> then you probably should set up an ssh tunnel and use that
[16:10:17] <Derick> I got to run now though, back tomorrow UTC+1
[16:32:27] <maryo> Derick, sure will connect with you tomorrow. Have a nice day o/
[16:33:08] <threespades> the compass connection window thing has room for ssh settings to connect over a tunnel
[16:33:45] <threespades> https://docs.mongodb.com/compass/current/_images/ssh-tunnel-support.png
[16:33:53] <threespades> https://docs.mongodb.com/compass/current/connect/#connect
[17:46:57] <m712> is there any way i can find what db an active connection is connected to from a mongo shell?
[17:47:13] <m712> not my connection, but other connections
[17:51:11] <Derick> threespades: oh! I didn't actually know that