speareducation/Spear Core Postgres Database Setup
A GitHub action to pull pgdump files from S3 and import them.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| databases | Space-delimited list of databases | yes | — |
| s3_bucket | The S3 bucket | yes | — |
| base_ref | The target branch to use for schema lookups | no | — |
| postgres_host | PostGres Host | no | postgres_tdd |
| postgres_user | PostGres User | no | postgres |
| postgres_pass | PostGres Pass | no | mypassword |
| postgres_port | PostGres Port | no | 5432 |
Outputs
no outputs