Skip to content

1.1.0

Choose a tag to compare

@timvaillancourt timvaillancourt released this 04 Aug 15:39
· 219 commits to master since this release
  1. GCS (Google Cloud Storage) upload method w/threading (#178, #181, #182, #185).
  2. Fabric and Boto requirements updates (to latest) (#183).
  3. New feature to disable cluster oplog tailing (ie: cluster-wide consistency) (#175).
  4. Fsync mechanism added to oplog tailing, 1 x fsync every 1 sec or 100 oplog writes (by default) (#174).
  5. Allow failures in oplog tailing to stop backup and dump method (#174).
  6. Ensure Resolver consistent timestamp is not before end of mongodump (Issue #164, fix: #171).
  7. Only apply quorum checking to electable nodes (#169).
  8. Default replication delay maximum raised to 10 secs from 5.
  9. Display more mongodump version information (#170).
  10. Handle mongodump errors properly (#176).
  11. Hide GCS secret keys in logging.
  12. 'make docker' must depend on the bin/mongodb-consistent-backup build in Makefile (#176).