6

Basically, I'm considering this:

A local MongoDB server backed up by Compose.io. So Compose handles HA, backups, etc - but I get the speed of a local MongoDB instance.

Is this possible/sane? Would this actually solve the HA/backups problem, or just complicate it?

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

Thanks!

Michael Cole
  • 15,473
  • 7
  • 79
  • 96
  • Did you ever find a solution for this? – JohnC Oct 31 '16 at 11:29
  • @johnc, I did not find a recipe for this. MongoDB has an article you might like: https://docs.mongodb.com/v3.2/core/replica-set-architecture-geographically-distributed/ – Michael Cole Oct 31 '16 at 14:29

1 Answers1

1

The only solution I have to this is to create a local instance of mongo and periodically back it up and restore it to compose.io and basically keep the two in sync. There are a few projects we are looking at

JohnC
  • 1,377
  • 11
  • 33