You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed 'username' vs 'user' typo for command-line flag. Resolves #120.
Updated scripts/build.sh for new Pip 9+ cache flag. Resolves #119.
Close oplog tailer files cleanly and raise Resolver thread errors. Resolves #121 and #143.
Support new 3.4 balancer state commands. Resolves #136.
Fix for ignored 'none' value for 'backup.mongodump.compression', new default: 'auto' for auto-discovering gzip. Merges/resolves PR #126.
Ignore bson errors for UTF-8 fields in tailed-oplog documents, merges/resolves PR #127.
Send mongodump password via stdin (if mongodump 3.0.2+) to prevent password leak.
Set readPreference to 'secondary' if mongodump is 3.4+. This will cause an error if an oplog-tailing Secondary becomes Primary (due to failover after choosing a Secondary).
Dockerfile updated to use mongodump 3.4.x.
Fix for replicaset-scoring quorum count problem.
Fix for creating log directory if it doesn't exist.
Fix for creating a log file when process is locked.