From f98781bd91106fbf6ecfed700c13837afb8f943c Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Mon, 4 Nov 2024 14:42:05 -0800 Subject: [PATCH 1/3] DOCSP-45089 clarifies mongodump/restore landing pages --- source/includes/mongodump-restore-version-link.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/includes/mongodump-restore-version-link.rst b/source/includes/mongodump-restore-version-link.rst index c11e1a3c..28128a06 100644 --- a/source/includes/mongodump-restore-version-link.rst +++ b/source/includes/mongodump-restore-version-link.rst @@ -1,6 +1,6 @@ You can restore the BSON files generated from ``mongodump`` into MongoDB -deployments running the same or newer version as the source deployment. -However, restoring files into a newer version deployment is not the -recommended way to upgrade your deployment. To learn how to upgrade your -deployment, see the :manual:`upgrade documentation +deployments running the same version or feature compatibility version as +the source deployment. However, restoring files into a newer version +deployment is not the recommended way to upgrade your deployment. To learn +how to upgrade your deployment, see the :manual:`upgrade documentation `. From 2845cca661af936aabfc9414463b482b97bdd947 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Mon, 4 Nov 2024 15:01:02 -0800 Subject: [PATCH 2/3] Adds missing 'major' when discussing version compat --- source/includes/mongodump-restore-version-link.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/mongodump-restore-version-link.rst b/source/includes/mongodump-restore-version-link.rst index 28128a06..ecb36b6d 100644 --- a/source/includes/mongodump-restore-version-link.rst +++ b/source/includes/mongodump-restore-version-link.rst @@ -1,5 +1,5 @@ You can restore the BSON files generated from ``mongodump`` into MongoDB -deployments running the same version or feature compatibility version as +deployments running the same major version or feature compatibility version as the source deployment. However, restoring files into a newer version deployment is not the recommended way to upgrade your deployment. To learn how to upgrade your deployment, see the :manual:`upgrade documentation From b9958749aa8ff0b9da53898c8a8dfe5888512353 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Tue, 5 Nov 2024 09:34:19 -0800 Subject: [PATCH 3/3] Responds to feedback --- source/includes/mongodump-restore-version-link.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/includes/mongodump-restore-version-link.rst b/source/includes/mongodump-restore-version-link.rst index ecb36b6d..b1a37c57 100644 --- a/source/includes/mongodump-restore-version-link.rst +++ b/source/includes/mongodump-restore-version-link.rst @@ -1,6 +1,3 @@ You can restore the BSON files generated from ``mongodump`` into MongoDB deployments running the same major version or feature compatibility version as -the source deployment. However, restoring files into a newer version -deployment is not the recommended way to upgrade your deployment. To learn -how to upgrade your deployment, see the :manual:`upgrade documentation -`. +the source deployment.