You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We installed the helm chart on our AKS and we wanted to use an Azure Database for PostgreSQL - Flexible Server. When the container tries to do the DB migrations it throws the following error (see bellow). As discussed here and documented here the user needs to be member of the azure_pg_admin role (something that we want to avoid). This was introduces in the new updates of the server.
It would be nice to have this create-extension disabled when using Azure Database for PostgreSQL - Flexible Server as host. For other applications we already use a workaround (pod that executes the create extension commands for us). Of course we would need to know which extensions we have to create.
The error that we get is:
django.db.utils.ProgrammingError: Only members of "azure_pg_admin" are allowed to use CREATE EXTENSION
Describe the bug
We installed the helm chart on our AKS and we wanted to use an
Azure Database for PostgreSQL - Flexible Server
. When the container tries to do the DB migrations it throws the following error (see bellow). As discussed here and documented here the user needs to be member of theazure_pg_admin
role (something that we want to avoid). This was introduces in the new updates of the server.It would be nice to have this create-extension disabled when using
Azure Database for PostgreSQL - Flexible Server
as host. For other applications we already use a workaround (pod that executes the create extension commands for us). Of course we would need to know which extensions we have to create.The error that we get is:
To Reproduce
Steps to reproduce the behavior:
Azure Database for PostgreSQL - Flexible Server
as hostwith the following values.yaml
Expected behavior
DB migrations to be succesfull
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: