<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:37:44 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-11] Default db path is /data/db/ on Windows MongoDB</title>
                <link>https://jira.mongodb.org/browse/DOCS-11</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;I have attempted to run mongod.exe after downloading the 64bit Windows build; and immediately have this error:&lt;/p&gt;

&lt;p&gt;&amp;#8211;&lt;/p&gt;

&lt;p&gt;...&amp;gt;mongod&lt;br/&gt;
mongod --help for help and startup options&lt;br/&gt;
Thu Dec 09 18:42:39 MongoDB starting : pid=13128 port=27017 dbpath=/data/db/ 64-bit&lt;br/&gt;
Thu Dec 09 18:42:39 db version v1.6.5, pdfile version 4.5&lt;br/&gt;
Thu Dec 09 18:42:39 git version: 0eb017e9b2828155a67c5612183337b89e12e291&lt;br/&gt;
Thu Dec 09 18:42:39 sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Thu Dec 09 18:42:39 exception in initAndListen std::exception: dbpath (/data/db/) does not exist, terminating&lt;br/&gt;
Thu Dec 09 18:42:39 dbexit:&lt;/p&gt;

&lt;p&gt;Thu Dec 09 18:42:39 shutdown: going to close listening sockets...&lt;br/&gt;
Thu Dec 09 18:42:39 shutdown: going to flush oplog...&lt;br/&gt;
Thu Dec 09 18:42:39 shutdown: going to close sockets...&lt;br/&gt;
Thu Dec 09 18:42:39 shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu Dec 09 18:42:39 shutdown: closing all files...&lt;br/&gt;
Thu Dec 09 18:42:39     closeAllFiles() finished&lt;/p&gt;

&lt;p&gt;Thu Dec 09 18:42:39 dbexit: really exiting now&lt;br/&gt;
&amp;#8211;&lt;/p&gt;

&lt;p&gt;I&apos;m reading through the &apos;MongoDB: The Definitive Guide&apos; and it indicates that c:\data\db\ should be the default directory on Windows.&lt;/p&gt;

&lt;p&gt;Trivial issue of course, just pointing it out!&lt;/p&gt;</description>
                <environment>Windows 7 64bit</environment>
        <key id="13908">DOCS-11</key>
            <summary>Default db path is /data/db/ on Windows MongoDB</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="plasma">Andrew Armstrong</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Dec 2010 07:46:10 +0000</created>
                <updated>Mon, 30 Oct 2023 22:37:47 +0000</updated>
                            <resolved>Tue, 14 Feb 2012 20:00:57 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="88344" author="samk" created="Tue, 14 Feb 2012 20:00:58 +0000"  >&lt;p&gt;I can&apos;t find any place in the documentation that still has an issue with Windows paths (I suspect that it&apos;s been fixed and this issue has grown stale), and it seems that &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3632&quot; title=&quot;dbpath should use windows syntax on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3632&quot;&gt;&lt;del&gt;SERVER-3632&lt;/del&gt;&lt;/a&gt; will resolve any remaining confusion.&lt;/p&gt;

&lt;p&gt;Feel free to reopen, if I&apos;ve missed something here.&lt;/p&gt;</comment>
                            <comment id="21224" author="eliot" created="Thu, 9 Dec 2010 12:25:06 +0000"  >&lt;p&gt;We should remove c:\ from the docs as its really whatever drive you&apos;re on&lt;/p&gt;</comment>
                            <comment id="21217" author="plasma" created="Thu, 9 Dec 2010 07:48:31 +0000"  >&lt;p&gt;Ah, the message is a bit misleading - after mkdir C:\data\db\ mongodb does start up as intended.&lt;/p&gt;

&lt;p&gt;I suppose the lack of C:/ at the front of the path made me assume it was thinking I was on Linux, when it was really alright to begin with.&lt;/p&gt;

&lt;p&gt;Not really a bug now?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="21116">SERVER-3632</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="15376">SERVER-2866</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 9 Dec 2010 12:25:06 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 1 week, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 1 week, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>plasma</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>sam.kleinman</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrsjun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrixxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24155</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrym73:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>