actions-marketplace-validations/Backup PostgreSQL database to DigitalOcean space Action
PostgreSQL database backup and upload it to DigitalOcean space
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| envs | pass environment variable to shell script | — | — |
| debug | enable debug mode | — | false |
| type | type of backup | — | db |
| db_action | action type backup or restore | — | backup |
| db_backup_url | public url where action can get backup | — | — |
| db_type | type of database | — | postgres |
| db_user | database username | — | — |
| db_pass | database password | — | — |
| db_name | database name | — | — |
| db_host | database host | — | localhost |
| db_port | database port | — | — |
| space_name | bucket name for your backups | — | — |
| space_region | space region | — | nyc3 |
| space_access_key_id | DigitalOcean API access key | — | — |
| space_secret_access_key | DigitalOcean API secret access key | — | — |
| args | additional arguments with backup command if you want to pass | — | — |
Outputs
no outputs