Can we completely disable mongo?

I’m trying to run GraphQL with Postgres on Bash. Currently Bash is still having issues with running DBs, so I was thinking of removing all Mongo references and connecting to my remote Postgres server. I’ve removed all packages which I believe may be related to running Mongo but even when running Meteor without the Mongo, autopublish & accounts packages I still get errors of Mongo restarting on Windows Bash. Is there a way to completely stop Mongo from running on Meteor?

set a dummy mongo URL on startup and never call a mongo collection on your code.

still waiting for meteor with apollo so I can stop doing hacks trying to stop mongo…

2 Likes

Thanks a lot that worked for me :slight_smile: