Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running run-rs -v 4.0.2 starts downloading mongodb #10

Closed
chaiwa-berian opened this issue Oct 28, 2018 · 1 comment
Closed

Running run-rs -v 4.0.2 starts downloading mongodb #10

chaiwa-berian opened this issue Oct 28, 2018 · 1 comment

Comments

@chaiwa-berian
Copy link
Contributor

I am finding it odd for run-rs to start downloading mongodb even when mongodb is already installed! Why does it have to download the same thing again when it already exists? The documentation for running run-rs indicates that I can run it with a different version, other than the default mongodb version, by executing the run-rs -v 4.0.2 command, but that is not the case! I am made to go through the whole download process!

Can I use the already installed version of mongodb which supports multi-document transactions without run-rs downloading the whole thing again? This would mean having so many instances of mongodb on my machine which may end-up into unforeseen disaster. Am I missing something?

vkarpov15 added a commit that referenced this issue Oct 30, 2018
@vkarpov15
Copy link
Owner

We added a --mongod version in 0.2.1 to work around this. Run-rs downloads MongoDB so you don't have to worry about doing it yourself, having to re-install mongodb everywhere when you have to manage multiple versions and different machines is very annoying. We added a note in the readme about this option: https://github.com/vkarpov15/run-rs#reusing-a-pre-installed-mongodb-version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants