Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 81 forks source link

Remove support for non-replset configsvrs (<3.0 and 3.2 w/SCCC) (#233) #297

Closed timvaillancourt closed 5 years ago

timvaillancourt commented 5 years ago
  1. Remove support for sharded clusters using the deprecated SCCC-mode config servers. This affects sharded clusters on 3.0 or older and 3.2 in old/SCCC-mode. We cannot guarantee consistency in SCCC-mode, so this is the safest approach. Also versions 3.0 and 3.2 are very old. This resolves #233
  2. Throw error for SCCC-mode config servers, if they exist
  3. Update travis-ci test scripts to only expect replset-based configsvrs
  4. Update version requirements in README
  5. Remove 'Roadmap' section of README