Hi everyone, I successfully created a local atlas deployment a few months ago on my Mac OS (Ref - https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#create-a-local-atlas-deployment-1).
Installed versions:
MongoDB - 7.0.3
Mongosh - 2.0.2
podman - 4.8.3
However, since today, I cannot seem to get the mongoDB running. I always ran
atlas deployments list
atlas deployments connect
and open MongoDB Compass.
But today, the atlas deployments list runs infinitely.
A few key other things:
- When I do
brew services list
, I do not see mongodb-atlas-cli and podman status is set to None - I cannot start seem to start atlas-cli by running
brew services start mongodb-atlas-cli
andbrew services start mongodb-community@7.0
This is the first time the issue has happened in months. Thanks