<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:15:27 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-16470] Ops Manager steps for manual backup restore are incorrect</title>
                <link>https://jira.mongodb.org/browse/DOCS-16470</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;Hello! I recently worked on HELP-47199 regarding a non-point-in-time manual snapshot restore that followed the Ops Manager documentation listed &lt;a href=&quot;https://www.mongodb.com/docs/ops-manager/current/tutorial/restore-replica-set/#restore-a-replica-set-from-a-snapshot&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. Ultimately, we came to the conclusion that the documentation for a manual restore has diverged from what we actually do in the automation agent.&lt;/p&gt;

&lt;p&gt;Specifically, in the &quot;FCV 4.2 or later&quot; section under &quot;Manual Restore&quot;, here are the following discrepancies:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.mongodb.com/docs/ops-manager/current/tutorial/restore-replica-set/#add-a-new-replica-set-configuration&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Step 14: Add a New Replica Set Configuration&lt;/a&gt;
	&lt;ul&gt;
		&lt;li&gt;Here, we tell the user to insert a new replica set config with just one member (or it&apos;s implied), with the host being defined with the `ephemeralPortNewReplicaSet`. We should instead be inserting a replica set config with &lt;em&gt;all&lt;/em&gt; replica set members in the config, with all their hosts defined with the &lt;em&gt;final&lt;/em&gt; port the user will use for their replica set.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.mongodb.com/docs/ops-manager/current/tutorial/restore-replica-set/#restart-the-instance-to-recover-the-oplog&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Step 18: Restart the Instance to Recover the Oplog&lt;/a&gt;
	&lt;ul&gt;
		&lt;li&gt;It&apos;s noted that we should start the node up as a replica set. Instead, what we should be doing is starting the node up as a standalone again, but with the additional oplog reply parameters set. These include:
		&lt;ul&gt;
			&lt;li&gt;&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; --setParameter recoverFromOplogAsStandalone=true&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; --setParameter takeUnstableCheckpointOnShutdown=true&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; --setParameter startupRecoveryForRestore=true&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;This will still recover the oplog.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Steps 23, 24, 28: We can get rid of these steps for the following reasons:
	&lt;ul&gt;
		&lt;li&gt;Step 23 and 24:
		&lt;ul&gt;
			&lt;li&gt;We don&apos;t need to remove the existing replica set config, since the one we inserted in step 14 now is the correct final one, with all members and the correct ports. As a result, we can skip both the stopping and insertion steps.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Step 28
		&lt;ul&gt;
			&lt;li&gt;As mentioned above, since we already have all replica set members in the new config, we don&apos;t need to set up the replica set configuration.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I&apos;m happy to review these changes, and I would also get a second look from someone on the Cloud Backup team to confirm.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2488096">DOCS-16470</key>
            <summary>Ops Manager steps for manual backup restore are incorrect</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="10045" iconUrl="https://jira.mongodb.org/images/icons/statuses/generic.png" description="">Ready for Work</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="lander.kerbey@mongodb.com">Lander Kerbey</assignee>
                                    <reporter username="ali.mir@mongodb.com">Ali Mir</reporter>
                        <labels>
                            <label>Bug</label>
                    </labels>
                <created>Wed, 1 Nov 2023 17:24:15 +0000</created>
                <updated>Tue, 6 Feb 2024 15:42:42 +0000</updated>
                                                                            <component>Ops Manager</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="6051652" author="JIRAUSER1270744" created="Tue, 30 Jan 2024 08:49:09 +0000"  >&lt;p&gt;Hi Team/&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ali.mir%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;ali.mir@mongodb.com&quot;&gt;ali.mir@mongodb.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Can you please suggest when can we expect the manual restore procedure to be updated.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ankur&lt;/p&gt;</comment>
                            <comment id="5928548" author="akshat.joshi" created="Wed, 6 Dec 2023 04:29:56 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=lander.kerbey%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;lander.kerbey@mongodb.com&quot;&gt;lander.kerbey@mongodb.com&lt;/a&gt; ,&#160;&lt;/p&gt;

&lt;p&gt;Could you please let us know when the corrected procedure will be live?&lt;/p&gt;

&lt;p&gt;Best,&#160;&lt;/p&gt;

&lt;p&gt;Akshat&lt;/p&gt;</comment>
                            <comment id="5849673" author="ali.mir" created="Thu, 2 Nov 2023 15:23:46 +0000"  >&lt;p&gt;We&apos;ve tested the above approach for a manual restore, and it works. The last comment in HELP-47199 has the detailed steps.&lt;/p&gt;</comment>
                            <comment id="5847223" author="ali.mir" created="Wed, 1 Nov 2023 19:05:10 +0000"  >&lt;p&gt;As a heads up, I&apos;m just confirming that a manual restore succeeds with this approach. I&apos;ll confirm once it does and we can go ahead with the DOCS fix.&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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5006R00001r7pPZQAY]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 6 Dec 2023 04:29:56 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 week, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>akshat.joshi@mongodb.com</customfieldvalue>
            <customfieldvalue>ali.mir@mongodb.com</customfieldvalue>
            <customfieldvalue>ankur.solanki@mongodb.com</customfieldvalue>
            <customfieldvalue>lander.kerbey@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2yeqv:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7651">CET: OE Sheepdog (21-27 Nov23)</customfieldvalue>
    <customfieldvalue id="7652">CET: Persian (28 Nov-4 Dec 23)</customfieldvalue>
    <customfieldvalue id="7653">CET: Q. Heeler (5 - 11 Dec 23)</customfieldvalue>
    <customfieldvalue id="7654">CET: RagaMuffin (12-18 Dec 23)</customfieldvalue>
    <customfieldvalue id="7655">CET: Sweater (19 - 25 Dec 23)</customfieldvalue>
    <customfieldvalue id="7656">CET: Toyger (26 Dec-1 Jan 23)</customfieldvalue>
    <customfieldvalue id="7657">CET: Utonagan (2 - 8 Jan 24)</customfieldvalue>
    <customfieldvalue id="7658">CET: Vizsla (9 - 15 Jan 24)</customfieldvalue>
    <customfieldvalue id="7659">CET: Weimaraner (16-22 Jan 24)</customfieldvalue>
    <customfieldvalue id="7660">CET: Xiasi (23 - 29 Jan 24)</customfieldvalue>
    <customfieldvalue id="7661">CET: York Choc 30 Jan-5 Feb 24</customfieldvalue>
    <customfieldvalue id="7662">CET: Ziti (6 - 12 Feb 24)</customfieldvalue>

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

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