summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_recovery.cpp
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-07-27 16:47:57 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-02 05:39:29 +0000
commit475078ffd9b65803238a1df57e4e28f8b1bdf5ca (patch)
treeabb2b05d0427d36351aeebf9b4a4bfb3f285573f /src/mongo/db/startup_recovery.cpp
parentde36e2cbc7e7f38a4d2b1d017666277478ba1c7b (diff)
downloadmongo-475078ffd9b65803238a1df57e4e28f8b1bdf5ca.tar.gz
SERVER-49783: Update latest FCV to 4.7
Diffstat (limited to 'src/mongo/db/startup_recovery.cpp')
-rw-r--r--src/mongo/db/startup_recovery.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/startup_recovery.cpp b/src/mongo/db/startup_recovery.cpp
index c7be25d6e87..b2afe36cb13 100644
--- a/src/mongo/db/startup_recovery.cpp
+++ b/src/mongo/db/startup_recovery.cpp
@@ -194,8 +194,7 @@ Status buildMissingIdIndex(OperationContext* opCtx, Collection* collection) {
auto downgradeError =
Status{ErrorCodes::MustDowngrade,
str::stream() << "UPGRADE PROBLEM: The data files need to be fully upgraded to version "
- "4.4 before attempting "
- "an upgrade to 4.5.1; see "
+ "4.4 before attempting a binary upgrade; see "
<< feature_compatibility_version_documentation::kUpgradeLink
<< " for more details."};