sergei-tol/Database Migrations Action
Applies database migrations and idempotent scripts to the database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| connection-string-host | Database host | yes | — |
| connection-string-port | Database port | yes | — |
| connection-string-database | Database name | yes | — |
| connection-string-username | Database username | no | — |
| connection-string-password | Database password | no | — |
| aws-sm-region | AWS Secret Manager region | no | — |
| aws-sm-db-credentials-key | AWS Secret Manager key for database credentials in json: {username, password} | no | — |
| migrations-scripts-path | Path to migration scripts | yes | ./db/migrations-scripts |
| idempotent-scripts-path | Path to idempotent scripts (procedure, function, etc.) to be executed after migrations | yes | ./db/idempotent-scripts |
Outputs
no outputs