<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:34:19 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>[SERVER-14263] Installer should install MongoDB as a service on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-14263</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Installing MongoDB as a service on Windows should not require command line intervention. The MSI installer should take care of it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="142245">SERVER-14263</key>
            <summary>Installer should install MongoDB as a service on Windows</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</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="9">Done</resolution>
                                        <assignee username="mark.benvenuto@mongodb.com">Mark Benvenuto</assignee>
                                    <reporter username="andrew.davidson@mongodb.com">Andrew Davidson</reporter>
                        <labels>
                            <label>build-later</label>
                            <label>community-team</label>
                    </labels>
                <created>Mon, 16 Jun 2014 13:44:03 +0000</created>
                <updated>Fri, 29 Jun 2018 13:33:27 +0000</updated>
                            <resolved>Mon, 11 Dec 2017 19:44:05 +0000</resolved>
                                    <version>2.6.3</version>
                                    <fixVersion>3.7.1</fixVersion>
                                    <component>Packaging</component>
                                        <votes>1</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="1748806" author="xgen-internal-githook" created="Mon, 11 Dec 2017 19:42:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14263&quot; title=&quot;Installer should install MongoDB as a service on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14263&quot;&gt;&lt;del&gt;SERVER-14263&lt;/del&gt;&lt;/a&gt; Install MongoDB as service on Windows&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2ea580cd77382a841c7cd6c8097cfd3d195698f0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2ea580cd77382a841c7cd6c8097cfd3d195698f0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1122045" author="michael@aorato.com" created="Thu, 24 Dec 2015 13:09:32 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;We are also very interested in this feature as the current state really complicates the deployment code for our product (we install mongodb as part of our product deployment).&lt;br/&gt;
We would like to have support for a silent MSI installation that includes all of the functionality the mongod.exe install option has (so basically copying it up to the MSI)&lt;br/&gt;
And we would really benefit from this if this could be done by the end of January as it has big implication on our deployment.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Michael.&lt;/p&gt;</comment>
                            <comment id="800602" author="matt.kangas@10gen.com" created="Thu, 8 Jan 2015 21:51:53 +0000"  >&lt;p&gt;Additional comments provided by &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=wallaceturner&quot; class=&quot;user-hover&quot; rel=&quot;wallaceturner&quot;&gt;wallaceturner&lt;/a&gt; originally on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16771&quot; title=&quot;provide installation options for windows installer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16771&quot;&gt;&lt;del&gt;SERVER-16771&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;This discussion first started in the forum [1]&lt;/p&gt;

&lt;p&gt;The request is to be able to install MongoDB on windows and not have to do any manual tasks to get the database running.&lt;br/&gt;
Currently you have to:&lt;br/&gt;
1) open an admin cmd prompt&lt;br/&gt;
2) create the data directory (md \data\db)&lt;br/&gt;
3) create log and cfg file for service&lt;br/&gt;
4) run command to install as service&lt;/p&gt;


&lt;p&gt;all things could be solved (on the windows installer) by having 3 extra options (filled in by default)&lt;/p&gt;

&lt;p&gt;1) [Install Location]  (textbox, default C:\program files\mongo x)&lt;br/&gt;
2) [Data Location] (textbox, default C:\data\db)&lt;br/&gt;
3) [Install as Service] (checkbox, checked, default)&lt;/p&gt;

&lt;p&gt;The idea is to make the process as straight forward for users who are new to MongoDB&lt;/p&gt;

&lt;p&gt;[1]: &lt;a href=&quot;https://groups.google.com/forum/#!topic/mongodb-user/fk8pxE4gzO4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/forum/#!topic/mongodb-user/fk8pxE4gzO4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="627929" author="mark.benvenuto" created="Thu, 19 Jun 2014 18:45:47 +0000"  >&lt;p&gt;1. What do you want the user experience to be? Do you want it to be a feature in the feature tree, or should this be part of some of the existing components? &lt;br/&gt;
2. Do we want the user opt in or out? What should be the default?&lt;br/&gt;
3. When you say &quot;MongoDB as a service&quot;, do you mean MongoD and/or MongoS?&lt;br/&gt;
4. What SID should we install as?&lt;br/&gt;
5. Do you want this to drive off a config file like our RPMs/DEBs? Yaml or Old?&lt;br/&gt;
6. Should we punch holes though the firewall also? Or restrict this to be local host only by default?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="482368">DOCS-11204</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="177577">SERVER-16771</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="130044">SERVER-13515</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 19 Jun 2014 18:45:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 9 weeks, 2 days 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>kay.kim@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 9 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.davidson@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mark.benvenuto@mongodb.com</customfieldvalue>
            <customfieldvalue>matt.kangas</customfieldvalue>
            <customfieldvalue>michael@aorato.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlt9b:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3727</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2030">Platforms 2017-12-18</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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrtexr:</customfieldvalue>

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