Search code examples
postgresqlpgadmin-4

I can't create a new server in my pgAdmin


I am trying to create a local server in pgAdmin on a my ubuntu 18.04 but I am getting this error.

this is the error this is the error

and here are my settings

Here are my settings


Solution

  • I have solved it, I have tried lot of things, one of them did it, most likely this one:

    sudo -u postgres psql -c "alter user postgres password 'postgres'

    I changed the server IP to 127.0.0.1