Local mongodb with Compose.io as a replica set?

Basically, I consider this:

Local MongoDB server created using Compose.io. Therefore Compose handles HA, backups, etc., but I get the speed of a local MongoDB instance.

Is this possible / robust? Does this really solve the HA / backups problem or just complicate it?

I have two DigitalOcean servers, but not ops experience managing MongoDB.

Thanks!

+6
source share
1 answer

The only solution I have for this is to create a local mongo instance and periodically back up and restore it for compose.io and basically sync the two. There are several projects that we look at

+1
source

All Articles