dailyvanity/Execute MySql Dump
Excute MySql Dump as Github Action and same the file as .sql.gz extension
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| database_host | Database host | yes | — |
| database_username | Database UserName | yes | — |
| database_password | Database Password | yes | — |
| database_port | Database port default 3306 | no | — |
| database_name | Database to dump | yes | — |
| dumpfile_name | Location of the dump filename without .sql.gz. Default to same as database name | no | — |
| dumpfile_path | Location of the dump file and name. Default to `backup` | no | — |
Outputs
no outputs