---
number: 18654
slug: 18654-large-databases-now-use-daily-physical-backups
published: 2023-11-02
discussion: https://github.com/orgs/supabase/discussions/18654
labels:
  - infra
page: https://supabase.com/changelog/18654-large-databases-now-use-daily-physical-backups
---

# Large databases now use daily physical backups

Databases larger than 100GB are being transitioned to using physical backups for their daily backups.

Physical backups are more performant, have lower impact on the db, and avoid holding locks for long periods of time. Restores continue to work as expected, but backups taken using this method can no longer be downloaded from the dashboard.

Over the next few months, we'll be introducing functionality to restore to a separate, new database, allowing for the perusal of the backed up data without disruption to the original project.

Please refer to https://supabase.com/docs/guides/platform/backups#daily-backups-process for additional details.
