This patch release contains the fix for the following bug:
- provider-sql can not connect to Azure PostgeSQL server (cannot select database): #23
ProviderConfig
for postgresql now contains an optional field named defaultDatabase
which defaults to postgres
.
! Please note this might break your existing setup if you were using PGDATABASE
environment variable via ControllerConfig
. Please make sure to use the new field instead, if you want to set the value to something other than postgres