polbatllo/MysqlSh Backup Action
Easy Mysql-Shell Backups and upload to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db_username | Database username | yes | — |
| db_host | Database host | yes | — |
| db_password | Database password | yes | — |
| identifier | Identifier of the backup | yes | — |
| schemas | List of schemas to backup | yes | — |
| excluded_tables | List of tables to exclude. Leave empty to backup all tables | yes | — |
| s3_key | S3 key | yes | — |
| s3_secret | S3 secret | yes | — |
| s3_bucket | S3 bucket | yes | — |
| aws_region | AWS region | yes | — |
| aws_folder_path | AWS folder path | yes | — |
| mysql_ssl_ca | MYSQL ATTR SSL CA | no | — |
| use_planet_scale_ddl | Use PlanetScale DDL export method | no | false |
| ps_service_token | Planet Scale service token | no | — |
| ps_token_id | Planet Scale token id | no | — |
| ps_org | Planet Scale organization name | no | — |
| threads | Number of threads to be executed in parallel | no | 30 |
| chunk_size | Chink size in megabytes | no | 100 |
Outputs
no outputs