I'm having problems connecting to the company database, I'm accessing from home. My other colleagues can access it normally.
Both pgAdmin
and terminal
have been experiencing a problem. Strange that I can access other services like SVN
or Redmine
.
diego@diego-ThinkPad-X230:~$ sudo su postgres
[sudo] password for diego:
postgres@diego-ThinkPad-X230:/home/diego$ psql -h paradigmainternet.ddns.com.br -p 5432
psql: could not connect to server: Não há rota para o host
Is the server running on host "<endereço>" (<ip>) and accepting
TCP/IP connections on port 5432?
Where I put <endereço>
and <ip>
refer to the address ddns and ip where I removed them for security.
I would like to know if there is something to do to connect because I can not access the postgres database from here