Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
If you are talking about the Managed Database products, there are Free daily backups.
Here is a paragraph from DigitalOcean about it -
Your data is critical. That's why we ensure it's backed up automatically every day. Restore data to any point within the previous seven days.
Hope that helps!
Hello there,
Managed Databases Backups are handled automatically and included to you at no additional fee. Full backups are taken every day and write-ahead-logs are maintained to allow you to restore to any point in time during the retention period.
You can check our official Docs for the Managed PosfreSQL Database here:
https://www.digitalocean.com/docs/databases/postgresql/how-to/
And check the tutorial on how to restore a PostgreSQL cluster from Backups:
https://www.digitalocean.com/docs/databases/postgresql/how-to/restore-from-backups/
Regards
Hi, point in time recovery is a super cool feature. Just one follow up question, why only 7 days? It seems to be too short for a critical database. Should I consider another solution if I need backups (with potentially lower frequency interval) kept longer?