We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1895385 commit a8dcec5Copy full SHA for a8dcec5
internal/verifier/mongos_refresh.go
@@ -89,7 +89,7 @@ func RefreshAllMongosInstances(
89
if mmongo.ErrorHasCode(err, UnauthorizedErrCode) {
90
return errors.New(
91
"missing privileges to refresh mongos instances on the source; please restart " +
92
- "mongosync with a source URI that includes the `clusterManager` role",
+ "migration-verifier with a URI that includes the `clusterManager` role",
93
)
94
}
95
return errors.Wrap(
0 commit comments