4
Add Storage Backups in Sync with Database Backups
Source: supabase/supabase#39948 · opened by @IdrisCelik
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 • When restoring from a database backup or using PITR, the storage.objects table reflects metadata from a past point in time, but the actual files in the storage bucket reflect the current state. This mismatch can lead to: • Broken links or missing files referenced in the restored database • Orphaned files in buckets that no longer exist in the restored metadata • Data integrity issues for any app relying on synced database–storage relationships • Difficulty in disaster recovery or environment rollback Proposed Solution • Add Storage backups that are automatically: • Included…
No pledges yet. Be the first to back this.
Comments
Similar requests
# Proposal: Virtual Storage Columns (Seamless DB-to-Storage Mapping)
1 vote · 0 comments
Add Storage Adapter For Chrome.Local.Storage Api
3 votes · 0 comments
Native Google Sheets Integration with Supabase (Two-Way Sync)
1 vote · 0 comments
How to synchronize databases, documents to vector databases
3 votes · 0 comments
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
No comments yet.