Need help connecting to my postgres database using adminer

Hello,
I’m new on render, and already a bit frustrated :confused:
I’ve installed a postgres database, but the there are no clear instructions on how to connect to adminer. the example uses mysql. there seems to be nothing in the documentation as well

any help will be appreciated when it comes to filling out the fields
image

You have the port in “Server”, but the “Server” section should be the hostname. The “Database” section should be the database name.

See PostgreSQL on Render | Render Docs

Given the example external URL on that documentation page, you’ll put the “EXTERNAL_HOST” section as the Server, and the “DATABASE” section as the Database. It’s likely the Port is not necessary since it will be on the standard port (5432).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.