Supabase Backup Manager
Manage Supabase database backups with automated scheduling and recovery procedures
$ npx claude-code-templates@latest --command="database/supabase-backup-manager" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Supabase Backup Manager
Manage comprehensive Supabase database backups with automated scheduling and recovery validation: $ARGUMENTS
Current Backup Context
- Supabase project: MCP integration for backup operations and status monitoring
- Backup storage: Current backup configuration and storage capacity
- Recovery testing: Last backup validation and recovery procedure verification
- Automation status: !
find . -name ".yml" -o -name ".json" | xargs grep -l "backup\|cron" 2>/dev/null | head -3scheduled backup configuration
Task
Execute comprehensive backup management with automated procedures and recovery validation:
Backup Operation: Use $ARGUMENTS to specify backup creation, data restoration, schedule management, backup validation, or cleanup procedures Backup Management Framework:- Backup Strategy - Design backup schedules, implement retention policies, configure incremental backups, optimize storage usage
- Automated Backup - Create database snapshots, export schema and data, validate backup integrity, monitor backup completion
- Recovery Procedures - Test restore processes, validate data integrity, implement point-in-time recovery, optimize recovery time
- Schedule Management - Configure automated backup schedules, implement backup monitoring, setup failure notifications, optimize backup windows
- Storage Optimization - Manage backup storage, implement compression strategies, archive old backups, monitor storage costs
- Disaster Recovery - Plan disaster recovery procedures, test recovery scenarios, document recovery processes, validate business continuity
Related Claude Code Commands
Supabase Schema Sync
Synchronize database schema with Supabase using MCP integration
Supabase Data Explorer
Explore and analyze Supabase database data with intelligent querying and visualization
Supabase Performance Optimizer
Optimize Supabase database performance with intelligent analysis and recommendations
Supabase Migration Assistant
Generate and manage Supabase database migrations with automated testing and validation
Supabase Type Generator
Generate TypeScript types from Supabase schema with automatic synchronization and validation
Supabase Security Audit
Conduct comprehensive Supabase security audit with RLS analysis and vulnerability assessment
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.