Add Storage Backups in Sync with Database Backups #39948
Unanswered
IdrisCelik
asked this question in
Feature Requests
Replies: 1 comment
|
How is it possible this doesn't get more attention? Also for disaster recovery plans, it's necessary to be able to backup/restore supabase storage, which doesn't seem to be possible at the moment... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, Supabase automated backups (and Point-In-Time Recovery) only back up the Postgres database. The Supabase Storage (buckets and objects) are not included in these backups. This creates a serious integrity issue between the database and storage, since restoring a database backup will not restore the corresponding state of files in Storage.
Problem
Proposed Solution
Benefits
Optional Enhancements
All reactions