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

Attempt to install mongodump if the executable is missing #52

Open
ssbarnea opened this issue Jan 24, 2017 · 0 comments
Open

Attempt to install mongodump if the executable is missing #52

ssbarnea opened this issue Jan 24, 2017 · 0 comments

Comments

@ssbarnea
Copy link

mongodump executable may be missing and in order to improve the UX the script should attempt to install it using this logic

  • if dnf is present, try dnf install -y mongo-tools
  • if yum is present, try yum install -y mongo-tools
  • if apt-get is present, try apt-get install -y ???

Implementing this would avoid some confusions like the ones from #18

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

1 participant