dailyvanity/MySQL backup to S3
Download MySQL Dump and upload to S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_ACCESS_KEY | AWS Access key | yes | — |
| AWS_SECRET_KEY | AWS Secret Key | yes | — |
| AWS_REGION | AWS Region | yes | "" |
| S3_BUCKET | S3 bucket to use | yes | — |
| S3_PATH | S3 path to store the backup | no | / |
| DB_HOST | Database Host | yes | — |
| DB_USERNAME | Database username | yes | — |
| DB_PASSWORD | Database password | yes | — |
| DB_NAME | Database Name | yes | — |
| NAME | Name of this backup | yes | — |
Outputs
no outputs