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
* Only apply quorum checking to voting members
* Only apply quorum checking to electable members (not arbiter or priority=0)
* 'make docker' must depend on the bin/mongodb-consistent-backup Makefile-step (#167)
* Fix issue #163, move to OperationError() (#168)
* Remove 'secondary_count' logic, only count electable nodes for new quorum logic (#169)
* 1.0.4: Print more mongodump details (#170)
* Print more details about mongodump
* Version must be set first
* Check if version unknown
* 1.0.4: Ensure Resolver consistent timestamp is not before end of mongodump (#164) (#171)
* Don't return an consistent_end_ts that is earlier than the last_ts of mongodump oplogs
* Some code cleanup and fixed rounding-up logic
* 1.0.4: Support handling of TailThread cursor/connection failures (#174)
Support better handling/logging of TailThread cursor/connection failures
Fsync the tailed oplog to disk on time or doc-writes thresholds.
Pass 'backup_stop' event to threads to signal failure to other child threads.
Allow oplog tailing to be disabled.
Added script to simulate failure of cursor/query.
* Fix disabling of oplog tailer
* Fix disabling of oplog tailer (#175)
* 1.0.4: Mongodump handle error (#176)
* Handle mongodump's "Failed: ..." messages as a proper error
* 1.0.4: Support Google Cloud Storage upload v1 (#178)
* 1.1.0 VERSION (#180)
* Readme gcs (#181)
* Readme gcs 2 (#182)
* 1.1.0 requirements.txt update (#183)
* Update Fabric and boto versions
* 1.1.0 repllag default 10s (#184)
* Raise default repl lag max to 10s, 5s has shown to be too low on many hosts. 3.4 adds a no-op oplog update every 10s so this seems to align nicely with it
* 1.1.0 gcs upload threading (#185)
0 commit comments