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 have set up a managed postgres db v11.
I was provided with connection details. I can connect through pqsl client no problem.
However, when I want to connect a docker container to a database, I get the following error.
ERROR { error: no pg_hba.conf entry for host "host_ip", user "user_name", database "database_name", SSL off
at Connection.parseE (/app/node_modules/pg/lib/connection.js:553:11)
I believe I have to update the pg_hba.conf file, however, I am unable to grant myself (the login user) a superuser role to even view the file or create a user who is a superuser
ERROR: must be superuser or a member of pg_read_all_settings to examine "hba_file"
Since this is a managed service and I do not have access to the host, is it possible to access this file elsewhere?
44698b4d25054ea6a464f4a5215a7b
dolphinnnn
phosphide
xcco3x
Ross
Telmo Valverde
Alexandre Herlinvaux
Lukas Ulrich
72e659fde73744d381097f36c2b3ad
36d56192d3114513857618b22686be
fullammo
StrugglingDeveloper