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.
2 parents d654be3 + 59b074b commit c64197eCopy full SHA for c64197e
MongoBackup/ReplsetHandler.py
@@ -34,7 +34,7 @@ def get_rs_status(self):
34
35
def get_rs_config(self):
36
try:
37
- if self.db.server_version() >= tuple("2.6.0".split(".")):
+ if self.db.server_version() >= tuple("3.0.0".split(".")):
38
output = self.db.admin_command('replSetGetConfig')
39
return output['config']
40
else:
0 commit comments