I read somewhere that Digital Ocean’s managed Mongodb service takes automated backups. I want to validate that and I would like to understand how and when it takes the backups. How can I access and check those backups?
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 there 👋
Yes, DigitalOcean Managed MongoDB does provide automated backups. You don’t need to configure anything manually, it is all setup by default.
The service takes daily full backups, and also retains write-ahead logs to allow point-in-time restore for up to 7 days. That means you can restore your cluster to any specific point within that time window.
You can access and manage backups directly from the DigitalOcean Control Panel → Databases → Your MongoDB Cluster → Backups.
More info here: 👉 https://docs.digitalocean.com/products/databases/mongodb/how-to/restore-from-backups/
- Bobby