Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I used a yaml file to create an app that runs my app and has a PostgreSQL database. However, during the deployment I got the error “permission denied for public schema”. I did some research and found this [page](How do I fix a “permission denied for schema public” error in PostgreSQL? | DigitalOcean Documentation) that suggests connecting to the database using psql to change the user privileges. But When I tried to get the connection parameters in the app panel it says "
Connection details are unavailable while the database is being provisioned."
What could I do now? I have no way to connect to the database to change the privileges to allow my app to connect to it. I did not see any way to set the privileges in the [app spec reference page](Reference for App Specification | DigitalOcean Documentation) either

raphael.staebler
f504ff419a1c45f68ef0f28d2c0e6b
Alexandre Herlinvaux
setec
setec
setec
setec
etxdev
Hugo Magalhães
Matthew Huang
BryanIlman