mongodb_consistent_backup icon indicating copy to clipboard operation
mongodb_consistent_backup copied to clipboard

A tool for performing consistent backups of MongoDB Clusters or Replica Sets

Results 33 mongodb_consistent_backup issues
Sort by recently updated
recently updated
newest added

OS=CentOS Linux release 7.9.2009 (Core) ``` # make BIN_NAME=mongodb-consistent-backup RELEASE=1 GIT_COMMIT=1b6f2a79a3e5cd5a5cdd4664806dcd929f8aa05e PYTHON_BIN= VIRTUALENV_BIN= bash scripts/build.sh + readlink_bin=readlink + cp_bin=cp ++ uname + [[ Linux =~ Darwin ]] + name=mongodb-consistent-backup +...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1b5 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

I got this error when i'm running backup mongo-4.0.12 ```[2019-09-04 09:13:22,502] [INFO] [MongodumpThread-6] [MongodumpThread:wait:130] s0/mongodb-staging-secondary-0.mongodb-staging-headless.mongodb-staging.svc.cluster.local:27017: writing admin.system.users to [2019-09-04 09:13:22,505] [INFO] [MongodumpThread-6] [MongodumpThread:wait:130] s0/mongodb-staging-secondary-0.mongodb-staging-headless.mongodb-staging.svc.cluster.local:27017: Failed: error dumping users and roles:...

can we backup two mongo cluster at the same time? it reports error when running the second mongodb-consistent-backup command . [2019-06-14 09:57:27,938] [CRITICAL] [MainProcess] [Main:get_lock:135] Could not acquire lock: '/tmp/mongodb-consistent-backup.lock'!...

why the mongodb-consistent-backup is blocked in "Stopping the balancer and waiting a max of 300 sec" and cann't continue? the log as follows: [2019-10-07 09:39:02,790] [INFO] [MainProcess] [Main:run:299] Running backup...

# Issue Description When running mongodb-consistent-backup with the configuration file below, all steps are executed successfully apart from the upload to s3. I've checked conformance to the example config multiple...

when I restore the configRS ,why it reports the error? mongorestore --host 172.17.11.218 --port 27017 --oplogReplay --gzip --dir /mongobackup/172.17.11.218/default/latest/configRS/dump/ 2019-05-29T15:04:05.582+0800 preparing collections to restore from 2019-05-29T15:04:05.583+0800 Failed: cannot do a...

I have read in the MongoDB official documentation that mongodump is not good for large deployments and when the database is huge, then mongodump is not good. I want to...

When I run the command "mongodb-consistent-backup -H 10.9.168.55 -P 3000 -n mongo_bak1 -l /server/mongodb/bak" ,I get the error " [CRITICAL] [MainProcess] [Main:exception:207] Problem performing replset mongodump! Error: Could not parse...

v1.4.0 Right after s3 upload: ``` Backup failed: Could not acquire lock on file: /var/lib/mongodb-consistent-backup/.../20181018_2118/mongodb-consistent-backup_META.lock! Traceback (most recent call last): File "/home/ubuntu/.pex/install/mongodb_consistent_backup-1.4.0-py2-none-any.whl.7a32330efda4673a2eb16ddfcf02bfeef185ac4e/mongodb_consistent_backup-1.4.0-py2-none-any.whl/mongodb_consistent_backup/__init__.py", line 16, in run m.run() File "/home/ubuntu/.pex/install/mongodb_consistent_backup-1.4.0-py2-none-any.whl.7a32330efda4673a2eb16ddfcf02bfeef185ac4e/mongodb_consistent_backup-1.4.0-py2-none-any.whl/mongodb_consistent_backup/Main.py", line...