whishkid/Neon Database Backup to Google Drive
Automatically backup Neon databases with recent activity to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| neon_api_key | Neon API Key for accessing your projects and branches | yes | — |
| google_drive_credentials | Google Drive service account credentials (JSON string) | yes | — |
| backup_retention_days | Number of days to check for data modifications (default: 7) | no | 7 |
| output_dir | Local directory to store backup files temporarily (default: ./backups) | no | ./backups |
| cleanup_old_backups | Whether to cleanup old backup files (default: true) | no | true |
| cleanup_retention_days | Number of days to retain backups (default: 30) | no | 30 |
Outputs
| name | description |
|---|---|
| backup_count | Number of successful backups created |
| upload_count | Number of successful uploads to Google Drive |
| total_backup_size | Total size of all backup files |