Re: error: connection to server on socket...

From: Amn Ojee Uw <amnojeeuw(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: error: connection to server on socket...
Date: 2023-08-01 10:25:54
Message-ID: f3ace2b4-a067-c4fd-8341-7eb895922bf2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

_*Addendum*_

I tried this, but to no avail : /*sudo systemctl start postgresql*/

On 8/1/23 6:22 a.m., Amn Ojee Uw wrote:
>
> Using the following command on my Debian 12 machine:
>
> /*sudo apt-get install postgresql postgresql-15
> postgresql-client-common postgresql-common postgresql-contrib
> postgresql-doc phppgadmin
> */
>
>
> and following the instruction on this
> <https://wiki.debian.org/PostgreSql#User_access> web page I have
> installed PostgreSQL-15.
> The installation went smooth, until the following command was issued :
>
> /*sudo -u postgres psql*/
>
> ... I get an error message that reads:
>
> /*could not change directory to "/home/my_account": Permission denied*//*
> *//*psql: error: connection to server on socket
> "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory*//*
> *//*    Is the server running locally and accepting connections on
> that socket?*/
>
> What can I do to resolve this issue?
>
> Thanks in advance.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Pospisek 2023-08-01 10:38:23 Re: error: connection to server on socket...
Previous Message Amn Ojee Uw 2023-08-01 10:22:46 error: connection to server on socket...