[mongodb: mongo command]

2023-05-16 Thread Maxim Abalenkov
Dear all, How are you? I hope all is well with you. I need your help please. I would like to access a MongoDB database using a command line similar to: mongo --host localhost --port 27018 --username ... --password ... --authenticationDatabase … I installed the ‘mongodb’ Mac port. However, I

Re: [mongodb: mongo command]

2023-05-16 Thread Felipe Gasper via macports-users
It doesn’t appear that there’s a mongosh port yet. I’ve requested one: https://trac.macports.org/ticket/67440 In the meantime, it should be pretty easy to install: https://www.mongodb.com/docs/mongodb-shell/install/ -FG > On May 16, 2023, at 10:38 AM, Maxim Abalenkov > wrote: > > Dear

Re: [mongodb: mongo command]

2023-05-16 Thread Felipe Gasper via macports-users
“mongos” is MongoDB’s proxy for sharded clusters. “mongo” is MongoDB’s legacy shell, which in newer MongoDB releases (6+) is no longer distributed. “mongosh” is MongoDB’s new shell. Prefer it whenever possible. -FG > On May 16, 2023, at 9:24 AM, David Herron wrote: > > mongod is the

Re: [mongodb: mongo command]

2023-05-16 Thread David Herron
mongod is the database server mongos is probably the shell - the CLI user interface to the database Look at MongoDB-dot-com for documentation + David Herron On Tue, May 16, 2023 at 1:11 PM Maxim Abalenkov wrote: > Dear all, > > How are you? I hope all is well with you. I need your help

Re: [mongodb: mongo command]

2023-05-16 Thread Maxim Abalenkov
Dear all, Thank you for your replies so far. Would you please tell me, what Mac port contains the newer MongoDB shell ‘mongosh’? It’s not present in the ‘mongodb’ port. I couldn’t find ‘mongosh’ via the ‘port search’ command either. Thank you very much! — Best wishes, Maxim Maxim Abalenkov

Documentation for legacysupport.use_mp_libcxx

2023-05-16 Thread aeiouaeiouaeiouaeiouaeiouaeiou
https://github.com/macports/macports-ports/pull/18690#issuecomment-1547536736 Currently, the LegacySupport documentation only describes how to use the library's replacement methods, but not how to install the updated libc++ through the portgroup. It would be nice to describe where and how to