Can't run with MongoDB 6.0

Just upgraded to “/usr/local/Cellar/mongodb-community/6.0.0/bin/mongod” with ‘brew’. Can’t run with MongoDB now. Did you get a solution? TIA.

Can only run: MongoDB mongodb-community with version 5.0.7 on:

WildFly 26.1.1.Final (EE 8/Jakarta 9.1), Weld 4.0.2 & CDI 3.0
Java OpenJDK 18.0.1, Kotlin 1.7.10, Gradle 7.4.2.

Welcome to the MongoDB community @Roger_Lee !

Can you provide more information on the issue you encountered, including your O/S version and the error message?

This information relates to a Java application server. If you are having trouble connecting to a MongoDB 6.0 deployment from a driver, can you please confirm the driver version used and the specific error message received?

Thanks,
Stennie

Hi Stennie,

unfortunately i have the same problem, i can’t install “mongodb-community@6.0” on my mac.
I have the version “macOS Monterey 12.5”.

This is the message I get through the Termianl: Warning: No available formula with the name “mongosh” (dependency of mongodb/brew/mongodb-community).
==> Searching for similarly named formulae…
Error: No similarly named formulae found.
It was migrated from mongodb/brew to homebrew/core.

It may have go lost in translation.

Using ‘mongodb-community 5.0.7’ I installed using ‘brew’ on macOS Monterey 12.5.

./mongod --config /usr/local/etc/mongod.conf

./mongo
MongoDB shell version v5.0.7
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { “id” : UUID(“1e045c8c-8c58-4006-86e8-d1d487193834”) }
MongoDB server version: 5.0.7

Neither ‘mongod’ or ‘mongo’ will not load/start/run om MongoDB 6.0.