Can't install MongoDB 6.0 on macOS with Homebrew

After installing homebrew and adding the MongoDB tap with “brew tap mongodb/brew”, the installation command “brew install mongodb-community@6.0” returns the following error:

Warning: No available formula with the name “mongodb-community@6.0”.

Instructions taken from this link: https://www.mongodb.com/docs/upcoming/tutorial/install-mongodb-on-os-x/. I know it’s only been a few days since 6.0 was released, but is the community server available to install on macOS with homebrew?

What is your os version?
It is supported on 10.14 or later
Did you try brew update?
Also check this llink

2 posts were split to a new topic: Can’t run with MongoDB 6.0

As of today it appears that mongodb-community has been upgraded to 6.0. I was able to successfully install the latest version with homebrew.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.