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.
>=5
1 parent 07e27c7 commit 4c82716Copy full SHA for 4c82716
lib/config.js
@@ -76,7 +76,7 @@ config.mongodb.writeOptions = {
76
77
config.mongodb.requirements = {};
78
// server version requirement with server-style string
79
-config.mongodb.requirements.serverVersion = '>=4.2';
+config.mongodb.requirements.serverVersion = '>=5';
80
81
// this is used by _createUser to add a user as an admin to a collection
82
// config.mongodb.collection = 'admin-collection';
0 commit comments