permission denied on database “test” when trying to create a schema in GCP Cloud SQL for Postgres
Background Info I have a GCP project called abc-stage which hosts all the deployments for my dev and test targets, along with the required resources. All applications are deployed to Cloud Run, and they use Cloud SQL for Postgres 15. I have two databases in the Cloud SQL instance (let’s call the instance csql) – […]