Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

1. Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Everton Bortolini
etonbortolini

(usa Ubuntu)

Enviado em 25/04/2017 - 23:09h

Recentemente instalei o Pgadmin III pela central de programas do Ubuntu 16.

Ao tentar criar um servidor dá o seguinte erro:

Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Conexão recusada Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
If you encounter this message, please check if the server you're trying to contact is actually running PostgreSQL on the given port. Test if you have network connectivity from your client to the server host using ping or equivalent tools. Is your network / VPN / SSH tunnel / firewall configured correctly?
For security reasons, PostgreSQL does not listen on all available IP addresses on the server machine initially. In order to access the server over the network, you need to enable listening on the address first.
For PostgreSQL servers starting with version 8.0, this is controlled using the "listen_addresses" parameter in the postgresql.conf file. Here, you can enter a list of IP addresses the server should listen on, or simply use '*' to listen on all available IP addresses. For earlier servers (Version 7.3 or 7.4), you'll need to set the "tcpip_socket" parameter to 'true'.
You can use the postgresql.conf editor that is built into pgAdmin III to edit the postgresql.conf configuration file. After changing this file, you need to restart the server process to make the setting effective.
If you double-checked your configuration but still get this error message, it's still unlikely that you encounter a fatal PostgreSQL misbehaviour. You probably have some low level network connectivity problems (e.g. firewall configuration). Please check this thoroughly before reporting a bug to the PostgreSQL community.

Além disso não há no sistema qualquer um dos arquivos que seja possível editar as configuração como:
postgresql.conf
pg_hba.conf

Obrigado desde de já pela ajuda!


  


2. Re: Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Buckminster
Buckminster

(usa Debian)

Enviado em 26/04/2017 - 08:30h

Vamos por partes.
Você deverá colocar ::1, 127.0.0.1 na opção listen_addresses no arquivo postgresql.conf para ele escutar em localhost. Não coloque *.
O arquivo postgresql geralmente está em /etc/postgresql/9.5/main/postgresql.conf

Você poderá procurá-lo no terminal executando como root:
# updatedb
# locate postgresql.conf
ou
# find /etc/postgresql/9.5/main/postgresql.conf

Mas primeiro veja se o postgresql está rodando, execute no terminal:
# ps -ef | grep postgresql


3. Re: Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Everton Bortolini
etonbortolini

(usa Ubuntu)

Enviado em 26/04/2017 - 17:55h

O comando:
ps -ef | grep postgresql

retornou:
etonbor+ 5330 5301 0 17:52 pts/4 00:00:00 grep --color=auto postgresql



4. Re: Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Buckminster
Buckminster

(usa Debian)

Enviado em 26/04/2017 - 20:45h

Como você instalou o postgresql?


5. Re: Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Everton Bortolini
etonbortolini

(usa Ubuntu)

Enviado em 26/04/2017 - 23:02h

Central de programas de Ubuntu 16


6. Re: Erro no New Server Registration no Pgadmin III \ Postgres 9.5 \ Ubuntu 16

Buckminster
Buckminster

(usa Debian)

Enviado em 27/04/2017 - 11:09h

Veja se em /etc/init.d/ existe um arquivo chamado postgresql-x.x.
Caso existir execute:

$ sudo /etc/init.d/postgresql-x.x start

No lugar de x.x você coloca a versão do teu postgres.

https://www.digitalocean.com/community/tutorials/como-instalar-e-utilizar-o-postgresql-no-ubuntu-16-...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts