0
I am having problems connecting to the company database, I am accessing from home. My other colleagues can access normally.
Both saw pgAdmin
how much terminal
I have been facing 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 was wondering if there’s something to do to connect because I can’t access the postgres database from home
Okay, I’ll check it out
– Macario1983