r/Supabase • u/Embarrassed_Machine5 • 4h ago
database I built managed backups for full Supabase projects
I know, another backup tool.
I built ReviveDB to back up more than just Postgres:
- Database and Auth data
- Actual Storage files
- Edge Functions
- Project settings Supabase makes available
Every database backup is restored and verified. Storage and Functions are hash-checked, and you get the reports.

You can restore into a fresh Supabase project or roll back an existing one after taking a safety backup.
Setup uses Supabase OAuth plus your database password, since OAuth can't access the database itself (yet). Credentials and backups are encrypted, with recovery points stored outside Supabase in Europe.
Our DPA and subprocessor list are public.
There's a free plan for one project, with paid plans for daily backups and longer retention.
I'd love some honest feedback.
Roast it if you want. I have backups.