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

Add bind_ip_all argument for mongo arguments #90

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

Conversation

mikemcowie
Copy link

As newer versions of mongod only listen on localhost by default, adding command to listen on all interfaces, as this was blocking the replicaset from forming.

As newer versions of mongo only listen on localhost
@cravall
Copy link
Owner

cravall commented Nov 20, 2018

Sounds like a good idea. If you're going to do that, we should remove the bind_ip + 0.0.0.0 above it, as the documentation states:

--bind_ip and --bind_ip_all are mutually exclusive. That is, you can specify one or the other, but not both.

Copy link
Owner

@cravall cravall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove bind_ip setting above

@steven-sheehy
Copy link

--bind_ip_all will require mongodb 3.6 or later. --bind_ip=0.0.0.0 accomplishes the same thing and is backwards compatible with earlier versions.

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.

3 participants