Details
-
Improvement
-
Resolution: Fixed
-
Minor - P4
-
None
Description
----------------------------
Original Description
In the documentation for bind_ip_all, an equivalent bind_ip example is provided for use with servers before 3.6. The proposed value is:
bind_ip=0.0.0.0,::
|
SERVER-35705 describes how using that example in a legacy config file can lead to a startup error when mongod incorrectly attempts to parse the file as a YAML. Changing the bind_ip value to ::,0.0.0.0 works around this bug.
If fixed, it's unlikely that SERVER-35705 will be backported to older server versions; however, we can revise the documentation to limit the chance that users run into this issue.
----------------------------
Description
Scope of changes (files that need work and how much)
Impact to other docs outside of this product
MVP (work and date?)
Resources (e.g. Scope Docs, Invision)
Attachments
Issue Links
- is related to
-
SERVER-35705 Server incorrectly assumes legacy config file is YAML due to trailing colon in bind_ip value
-
- Closed
-