Making backups using queuing

Another strategy that's used in practice is utilizing a queuing system, intercepting our database and the frontend software system. Having something like an ActiveMQ queue before the inserts/updates/deletes in our database means that we can safely send out data to different sinks, which are MongoDB servers or log files in a separate repository. Like the delayed replica set method, this method can be useful for a class of backup problems, but can fail for some others.

This is a useful interim solution, but it should not be used as a permanent one.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset