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 ab68890 + ccd6076 commit 35bfcccCopy full SHA for 35bfccc
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.4.0".split(".")):
+ if self.db.server_version() >= tuple("2.6.0".split(".")):
38
output = self.db.admin_command('replSetGetConfig')
39
return output['config']
40
else:
0 commit comments