From 2845cca661af936aabfc9414463b482b97bdd947 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Mon, 4 Nov 2024 15:01:02 -0800 Subject: [PATCH] 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 28128a0..ecb36b6 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