Forums

Connect pgAdminIII to a database in pythonanywhere

Hi, I'm new and I'm trying to connect my local pgadminIII to my postgres database in pythonanywhere. The server always no answer, so the question, Is possible? what am I doing wrong?

Thank you in advance

Mateu

hi mateu,

what are the settings that you are using to connect?

Hi, solve.

This how I did it if helps anybody:

First update pgAdminIII to the last version, this depends of the pgsqlserver version, in my case was necessary.

Second Config a new server on pgAdmin In tab propierties define the data of the pythoanywhere database server gives you (in Dashboard database tab)

Then define in pgAdmin tab "tunnel ssh" host tunnel : ssh.pythonanywhere.com port 22 and the data of user and passw the same as you use to login in pythonanywhere

I hope this helps

Regards,

Thank you Conrad for your help

Thanks Mateuo... great post. Worked on the first try.