andrei0x309/Supabase Backup to Storage
Action to backup your Supabase DB, upload the backup to Supabase Storage, and delete older backups. Super easy to set up.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| supabase-postgre-url | used to dump DB, example: postgresql://postgres.lcspcmmpolegvalxkfsu:[YOUR-PASSWORD]@aws-0-us-east-1.pooler.supabase.com:6543/postgres | yes | — |
| supabase-url | used to identify your project, example: https://lcspcmmpolegvalxkfsu.supabase.co | yes | — |
| supabase-service-key | used to upload to you bucket, must be service_role key not anon example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.... | yes | — |
| supabase-bucket | Bucket name, example: "blog-db-backup" | yes | — |
| delete-older-backups | Delete older backups | no | true |
| delete-older-backups-days | Number of days to keep backups | no | 7 |
| folder-name | Folder name, example: "blog-db-backup", if not provided it will place baackups in root folder | no | "" |
Outputs
no outputs