<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:04:10 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-3823] new version package release process should be reviewed</title>
                <link>https://jira.mongodb.org/browse/SERVER-3823</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;major version upgrades that might break production servers as is in this case of 2.0.0 should be done manually&lt;/p&gt;

&lt;p&gt;i see that mongo-* 1.8.3 rpm were renamed to mongo18-* and 2.0 was introduced as mongo-* which resulted in auto upgrade to new version on my servers.&lt;/p&gt;

&lt;p&gt;i would advise to release new version as mongo20-&lt;b&gt;, mongo22-&lt;/b&gt; and keep old as mongo18-*, no renaming.&lt;/p&gt;


</description>
                <environment>centos 5.6 x64 rpm</environment>
        <key id="22154">SERVER-3823</key>
            <summary>new version package release process should be reviewed</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="backlog-server-build">Backlog - Build Team</assignee>
                                    <reporter username="ootada">ttt</reporter>
                        <labels>
                            <label>build-needs-definition</label>
                            <label>build-planning</label>
                    </labels>
                <created>Tue, 13 Sep 2011 00:30:01 +0000</created>
                <updated>Tue, 6 Dec 2022 05:40:38 +0000</updated>
                            <resolved>Fri, 28 Apr 2017 17:35:35 +0000</resolved>
                                    <version>2.0.0</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1560414" author="ernie.hershey@10gen.com" created="Fri, 28 Apr 2017 17:35:35 +0000"  >&lt;p&gt;Upgrading across MongoDB major release series versions now requires explicit package repository configuration updates with separate repos for each release series - e.g.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.0/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.0/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.2/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.2/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.4/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://repo.mongodb.com/yum/redhat/7/mongodb-enterprise/3.4/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This will prevent inadvertent automatic upgrades and gives users control over which release series packages their packaging system sees and lets them upgrade to. &lt;/p&gt;</comment>
                            <comment id="55756" author="kwilczynski" created="Wed, 21 Sep 2011 21:02:29 +0000"  >&lt;p&gt;Eliot is quite right. This might not be package managers friendly. Plus, a lot of people is using confirmation management tools like Puppet and Chef (or whatever) which quite often manage packages installed on the system (or have the ability to install / deploy new packages) and introducing this may cause problems there. &lt;/p&gt;

&lt;p&gt;You guys should keep in mind that in majority of cases there is a systems person looking after Mongo deployments, not necessary the developers. Therefore consistency and manageability is always a plus and will make all the Systems Administrators love you forever.&lt;/p&gt;

&lt;p&gt;Having binary packages from you guys is already a huge win &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;On that note... It would be better if either RPM and/or DEB would &lt;em&gt;not&lt;/em&gt; (preferably) start new version of Mongo (mongod in this case) automatically. This is not quite desirable in production (or whatever) environment and may cause issues is something will go wrong, especially if any automation and configuration management is in place.&lt;/p&gt;

&lt;p&gt;I would rather have a message saying that Mongo is ready to use and you can start it straight-away, plus you can enable it to start automatically after a system start-up etc ...&lt;/p&gt;

&lt;p&gt;Some packages are already like that and it makes life of people in Operations more bearable very much so &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;KW&lt;/p&gt;</comment>
                            <comment id="53607" author="eliot" created="Tue, 13 Sep 2011 04:12:51 +0000"  >&lt;p&gt;We were thinking of something along these lines - but not exactly sure what.&lt;br/&gt;
Some people want auto-upgrade.&lt;/p&gt;</comment>
                    </comments>
                    <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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25138"><![CDATA[Build]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 13 Sep 2011 04:12:51 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 41 weeks, 5 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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 41 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-build</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
            <customfieldvalue>kwilczynski</customfieldvalue>
            <customfieldvalue>ootada</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hror2v:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6695</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_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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hs6rzr:</customfieldvalue>

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