Azure PostgreSQL server connect - psycopg2
- Dominant language
- TypeScript
- Stars
- 25
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to run below task in Azure Pipeline. However the task is failing during server connect step as its unable to install psycopg2.
FYI - The task is failing since yesterday only. It was working as expected earlier. I have attached the log file as well.
task: AzureCLI@2
displayName: "create db schema"
inputs:
azureSubscription: "${{ parameters.armServiceConnection }}"
scriptType: "bash"
scriptLocation: "inlineScript"
inlineScript: |
az config set extension.use_dynamic_install=yes_without_prompt
az postgres flexible-server connect
Configuration:
vmss_image_reference = { [publisher]([url](url)) = "Canonical" offer = "0001-com-ubuntu-server-focal" sku = "20_04-lts-gen2" version = "20.04.202207050" }
[Error_PostgreSQL.txt](https://github.com/Azure/postgresql/files/10935967/Error_PostgreSQL.txt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.