backup

Automates scheduled backups of Supabase database and storage.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/lilbom32/ketnoitrithuc --skill backup-lilbom32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backup
Source: https://github.com/lilbom32/ketnoitrithuc/tree/main/.claude/skills/backup
Command: npx skills add https://github.com/lilbom32/ketnoitrithuc --skill backup-lilbom32

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pg_dump, psql, pg_restore, gzip, gunzip, and includes scripts (resource) components.

What problem does it solve?

Automated backups are critical to protect data across database and storage services, reducing downtime and data loss risks.

Core Features & Use Cases

  • Schedule daily, weekly, and monthly backups for both the database and storage.
  • Support disaster recovery workflows and data-retention policies using GitHub Actions and local scripts.
  • Provide manual backup scripts for on-demand protection and quick restores.

Quick Start

Configure and run the automated backup system for your Supabase project to start daily backups.

Frequently Asked Questions about backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Supabase database and storage backups?

Automate Supabase backups by scheduling daily, weekly, and monthly retention workflows using GitHub Actions and local scripts. This protects both database and storage data, reducing downtime and data loss risks across production and staging environments.

Can I use pg_dump and pg_restore for Supabase disaster recovery?

Yes, Supabase disaster recovery workflows utilize pg_dump for creating backups and pg_restore for recovering data. The system provides manual scripts for on-demand protection and quick restores alongside automated scheduling.

What's the best way to schedule daily, weekly, and monthly Supabase backups?

The best way to schedule Supabase backups is configuring automated retention workflows via GitHub Actions. This approach supports daily, weekly, and monthly backup frequencies for both database and storage services in production and staging.

Do I need gzip installed to run Supabase backup scripts?

Yes, gzip and gunzip are required dependencies to compress and decompress Supabase backup files. The backup scripts rely on these tools alongside pg_dump, psql, and pg_restore to process database exports efficiently.

Does this Supabase backup automation support staging environments?

Yes, the Supabase backup automation explicitly supports both production and staging environments. It applies data-retention policies and disaster-recovery workflows across both environments using GitHub Actions and local scripts.