Report this

What is the reason for this report?

How do I set up automatic Droplet backups and are they enough for disaster recovery?

Posted on April 15, 2026

I recently enabled the automatic backup option on my Droplet. It says it backs up once a week but I am not sure how reliable this is for disaster recovery purposes.

A few questions:

  • How far back can I restore from?
  • Is there a way to trigger a manual backup outside of the weekly schedule?
  • Would automatic backups alone be enough to protect a small production app with a PostgreSQL database?


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.

Hi there,

DigitalOcean now offers more flexibility than just weekly backups. You can choose between basic plans (weekly or daily) billed as a percentage of your Droplet cost, or a usage-based plan where you configure your own frequency anywhere from every 4 hours up to weekly, with custom retention periods.

On the basic plans: weekly backups are retained for four weeks, daily backups are retained for seven days. You can also now pick your own backup window rather than letting DigitalOcean choose the time.

For manual backups, you cannot trigger an automatic backup on demand, but you can take a snapshot anytime from the control panel or via doctl. Snapshots are kept until you delete them and cost $0.06/GB per month.

For a production app with PostgreSQL, Droplet backups alone are not enough. Two reasons: backups are not ideal for Droplets with heavy I/O workloads like database servers, because disk write performance is degraded while the backup is being created. And even daily backups mean you could lose up to 24 hours of data.

A solid setup for a small production app:

The developer cloud

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

Start building today

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

Dark mode is coming soon.