Re: mongo shell on openBSD

2024-04-22 Thread Carsten Reith
The mongo shell is installed as /usr/local/bin/mongo. $ mongo MongoDB shell version v4.4.29 connecting to: mongodb://127.0.0.1:27017/?compressors=disabled=mongodb Implicit session: session { "id" : UUID("666a27c9-2944-4b54-9d27-10c999dfdaf6") } MongoDB server version: 4.4.29

Re: mongo shell on openBSD

2024-04-22 Thread Stuart Henderson
On 2024-04-22, Luca Leone wrote: > --51d7aa8ca551402d8b2dd0ebb50142e8 > Content-Type: text/plain > > Thanks again Kirill, top! > > Typing `$ mongo` in the terminal confirmed you're right of course: it starts > the interactive section with mongo db. Before asking here I typed `$ mongosh` > which

Re: mongo shell on openBSD

2024-04-22 Thread Luca Leone
Thanks again Kirill, top! Typing `$ mongo` in the terminal confirmed you're right of course: it starts the interactive section with mongo db. Before asking here I typed `$ mongosh` which is the command that works locally, but it does not on the server. I guess it depends on the mongo version,

Re: mongo shell on openBSD

2024-04-22 Thread Odhiambo Washington
On Mon, Apr 22, 2024 at 6:44 PM Luca Leone wrote: > hi Everybody :) > > I successfully installed the mongodb-4.4.2 package on the server which run > openBSD 7.4. It's the db of a node js app. > Locally on my Mac, I interact with the local mongo db through the mongo > shell. I'd like to do the

Re: mongo shell on openBSD

2024-04-22 Thread Kirill A . Korinsky
On Mon, 22 Apr 2024 17:40:22 +0200, Luca Leone wrote: > > I successfully installed the mongodb-4.4.2 package on the server which run > openBSD 7.4. It's the db of a node js app. > Locally on my Mac, I interact with the local mongo db through the mongo > shell. I'd like to do the same on the