gcollazo / mongodbapp

The easiest way to get started with MongoDB on the Mac
http://gcollazo.github.io/mongodbapp
MIT License
521 stars 38 forks source link

Allow users to run different versions of Mongo #20

Closed josemando closed 1 year ago

josemando commented 6 years ago

The idea is to follow the same path of Postgres.app, where it has been possible for some time (I believe since the release of version 2) to have different versions of PostgreSQL in the same Postgres.app installation.

Here's a screenshot for those not familiar with Postgres.app postgresapp

gcollazo commented 6 years ago

I guess it would be doable but it will require a significant effort to achieve. I'm not opposed to the idea and encourage you or any other contributor to take a stab at implementing it. I don't have the time for such a big feature.

In the mean time you can just download the versions you want to use from https://github.com/gcollazo/mongodbapp/releases and rename them to match the version number and just run the one you need.

I will leave this issue open to signal potential contributors.