azure/Azure PostgreSQL Action
Deploy to Azure PostgreSQL database using PL/SQL script files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| server-name | Server name of Azure DB for PostgreSQL. Example: fabrikam.postgres.database.azure.com | yes | — |
| connection-string | The connection string, including authentication information, for the Azure PostgreSQL Server. Please provide psql connection string. Example: psql "host={host} port={port} dbname={your_database} user={user} password={your_password} sslmode=require" | yes | — |
| plsql-file | Path to PL/SQL script file to deploy. To specify multiple files, use the regex syntax : *.sql or folder/x/<regex>.sql | yes | — |
| arguments | Additional options supported by postgresql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Postgresql. In case of multiple files, the same args will be applied for all files | no | — |
Outputs
no outputs