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

Guard against accidental deletion of external DB #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MasterAM
Copy link

@MasterAM MasterAM commented Oct 27, 2016

This is still untested.
This is my draft for a feature meant to prevent unintended deletion of a production databases.

I am using the mongodb-uri package for completeness (and it is also used by Meteor, so while it remains in the same version I believe that Meteor will normalize the dependency). Searching for localhost using a RegEx might also work is a weaker test, but mine might be an overkill.

I should add the '127.0.0.1' case as well if we use the current method.

What do you think?

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

Successfully merging this pull request may close these issues.

1 participant