O servidor está executando localmente e aceitando conexões no soquete do domínio Unix “/var/run/postgresql/.s.PGSQL.5432”?

0

After some time the Postgres database stopped working.

when I try to enter the command, psql produces an error

psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

If I do

sudo su - postgres
psql 

then the error is Use of uninitialized value

$gid in getgrgid at /usr/share/perl5/PgCommon.pm line 762.
psql: could not look up local user ID 109: Permission denied

Googling does not help ((

( traduzido usando o Google Tradutor )

Texto original:

Спостя какое-то время БД Postgres перестала работать

при попытке ввести команду psql выдает ошибку psql: não pôde se conectar ao servidor: nenhum arquivo ou diretório         O servidor está sendo executado localmente e aceitando         conexões no soquete do domínio Unix "/var/run/postgresql/.s.PGSQL.5432"?

сли делать sudo su - postgres psql то ошибка Uso do valor não inicializado $ gid em getgrgid na linha /usr/share/perl5/PgCommon.pm 762. psql: não pôde procurar o ID de usuário local 109: Permissão negada

прогуглил все ничего не помогает ((

    
por Pete Roman 11.02.2018 / 20:12

0 respostas