Skip to content

Commit e49f290

Browse files
author
Tim Vaillancourt
committed
doc update for replicasethandler changes
1 parent 35bfccc commit e49f290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
77
### Features
88

99
- Works on a single replset (2+ members) or a sharded cluster
10-
- Auto-discovers healthy cluster/replset members (*checks replication lag, etc*)
10+
- Auto-discovers healthy members for backup by considering replication lag, replication 'priority' and by prefering 'hidden' nodes.
1111
- Creates cluster-consistent backups across many separate shards
1212
- Archives and compresses backups (*inline compression with mongodump 3.2+*)
1313
- Transparent restore process (*just add --oplogReplay flag to your mongorestore command*)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)