Re: Psql: could not connect to server: No such file or directory

From: rammohan ganapavarapu <rammohanganap(at)gmail(dot)com>
To: SAMMY CRISWELL <Sammy_R_Criswell(at)raytheon(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Psql: could not connect to server: No such file or directory
Date: 2019-05-02 16:00:42
Message-ID: CALm_VjiSw=QMZhANAbfGc+chCtu8kB+LTZsE3C7Ki-xLuY9z_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Are you using -h localhost to connect? you can do lsof -p {pg pid} to see
where is Unix socket directory pointing to, also check postgresql.conf file
to check if Unix socket location is non default value.

On Thu, May 2, 2019, 8:50 AM SAMMY CRISWELL <Sammy_R_Criswell(at)raytheon(dot)com>
wrote:

> Good morning,
>
>
>
> I am preparing to upgrade my pqsl server from 9.3.5 to 9.6.12. I have
> installed the 9.6 rpm onto the server that has 9.3.5 running. Postgres is
> still running 9.3.5 on that server, but when I try to run psql I get the
> following message.
>
>
>
> “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"?”
>
> The database is still running and working I just can’t use any of the
> client commands like psql, pg_dump….
>
> And there is no "/var/run/postgresql/.s.PGSQL.5432" file.
>
>
>
> Can someone help with this problem.
>
>
>
> *Sam Criswell* | Senior Systems Engineer I
>
> Infrastructure Engineering
> Intelligence, Information and Services (IIS)
>
> CityLine Phone: +1 972.664.8870
> * Raytheon Company*
> 1737 East Cityline Drive | Richardson, TX 75082 USA
>
>
>
> *Upcoming PTO: *
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pierre Ochsenbein 2019-05-02 16:04:16 Re: Psql: could not connect to server: No such file or directory
Previous Message SAMMY CRISWELL 2019-05-02 15:50:18 Psql: could not connect to server: No such file or directory