I’m new to managed databases. I can see how you can restore from a backup to a new cluster. Is there anyway to restore to a point in time for the existing cluster without need for a new cluster?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey Lyle! 👋
Currently, with DigitalOcean’s Managed MongoDB Databases, when you restore from a backup, it’s designed to restore to a new cluster, and there isn’t a way to restore directly back to the existing cluster without creating a new one. This approach helps ensure that you don’t accidentally overwrite your current data with older backups and provides you with more flexibility to test the restore.
That said, you can follow these steps to restore from a backup to a new cluster:
Once the new cluster is up and running, you can decide whether you want to switch over to the new cluster or migrate specific data back to the original cluster.
Here’s the detailed guide for reference: How to Manually Restore MongoDB Database Clusters from Backups
Keep in mind that destroying a database cluster will also remove its backups, so make sure to download any crucial data before removing anything.
Let me know if you need further clarification! 😊
- Bobby