im-open/Create and publish backup files
Creates and publishes backup files for a database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db-server-name | The name of the database server from which to get the backup. | yes | — |
| db-name | The name of the database to back up. | yes | — |
| backup-path | The path to where the backup file should go. | yes | — |
| backup-name | The full name of the backup file, including file extension. | yes | — |
| version | The version number for the backup. | yes | — |
| nuget-source-url | The url to the nuget repository where the backup file will be pushed. | yes | — |
| nuget-api-key | The PAT for the nuget repository where the backup file will be published. | yes | — |
| authors | A string containing the names of the authors of the backup file. There is no required formatting for this string. | no | — |
| repository-url | Use when publishing to GitHub Packages. The url to the repository which should house the published packages. | no | — |
Outputs
no outputs