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

1.2.0: Location and name defaults update #227

Closed timvaillancourt closed 6 years ago

timvaillancourt commented 6 years ago

Now that we build Docker containers and Release binaries/RPMs using a default backup location and name will simplify using the tool.

Default location (used by RPMs/Docker): /var/lib/mongodb-consistent-backup Default backup 'name': "default"

This will greatly simplify the use of the Docker container. Currently people need to guess or know where the data dir with the right MCB-user ownership is. This also makes the tool behave the same as mongo, mongorestore, mongodump, etc, ie: use defaults if no flags provided.

This completes the 1.2.0 release and I propose a code freeze of it.