XiaocongDong/mongodb-backup-manager

how much size of DB it can handle

narayanan1993 opened this issue · 2 comments

I am planning to use this for around 1 TB of database backup management.? Will it work out?

Also please give out some details about the high availability and failover of these backups.

Hi, by now the data flow from your mongoDB to local database is "your MongoDB" -> "the memory of the server that you deployed MDBBM" -> "your local Database", the data will be first stored in the memory , so I don't think MDBBM can handle that much of data now. But huge data handling is a very good point, thanks for considering my project as your choice for your data backup, I will change the data flow in the next release so that it can handle as big as 1TB data. :), I will let you know at that time.

For the availability and failover, if the backup failed, MDBBM will clear all the data that already backup to your local database, it won't have any write operations to your mongoDB, so don't need to worry about any loss of your data if the backup failed.

Hi, Anyone can help with this issue?