appleboy/Online Backup Database
Docker image to periodically backup a your database to AWS S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| database_driver | support `postgres`, `mysql` or `mongo`. default is `postgres` | — | postgres |
| database_username | database username | — | — |
| database_password | database password | — | — |
| database_name | database name | — | — |
| database_host | database host | — | — |
| database_opts | see the `pg_dump`, `mysqldump` or `mongodump` command | — | — |
| storage_driver | support `s3` or `disk`. default is `s3` | — | s3 |
| access_key_id | minio or aws s3 access key id | — | — |
| secret_access_key | minio or aws s3 secret access key | — | — |
| storage_endpoint | s3 endpoint. default is `s3.amazonaws.com` | — | s3.amazonaws.com |
| storage_bucket | s3 bucket name | — | — |
| storage_region | s3 region. default is `ap-northeast-1` | — | ap-northeast-1 |
| storage_path | backup folder path in bucket. default is `backup` and all dump file will save in `bucket/backup` directory | — | backup |
| storage_ssl | default is `false` | — | false |
| storage_insecure_skip_verify | default is `false` | — | false |
Outputs
no outputs