Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Atlas
Created by Guest
Created on Jul 1, 2020

Live Migrate through VPC peering connections

Many teams put their databases in subnets without internet access or with just a NAT gateway. It would be great if the Live Migrate could be use through already configured VPC peering connections.
  • Attach files
  • Guest
    Jul 2, 2020
    Hi Juan, Have you looked at running mongomirror yourself? This gives you the ability to "push" the data from your VPC to Atlas, and mongomirror is what powers Live Migration. For completeness, this model works for replica sets but not sharded clusters. https://docs.atlas.mongodb.com/import/mongomirror/ -Andrew