Skip to content

Commit 4c82716

Browse files
committed
Set minimum server version to >=5.
1 parent 07e27c7 commit 4c82716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ config.mongodb.writeOptions = {
7676

7777
config.mongodb.requirements = {};
7878
// server version requirement with server-style string
79-
config.mongodb.requirements.serverVersion = '>=4.2';
79+
config.mongodb.requirements.serverVersion = '>=5';
8080

8181
// this is used by _createUser to add a user as an admin to a collection
8282
// config.mongodb.collection = 'admin-collection';

0 commit comments

Comments
 (0)