Re: Postgres open source upgrades

From: Teja Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Postgres open source upgrades
Date: 2022-06-28 21:05:33
Message-ID: 15C6A330-769B-4999-8B6B-86A1AF6EA92A@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> unix_socket_directories Is set to the default one which is /temp

Before the minor upgrade it is using the correct location. However after upgrade when I started Postgres using pg_ctl start, logs reported as listening on socket at /tmp. So the server started on correct socket.
However when I tried using psql, it is checking a completed different socket location /var/run/postgresql/.s.PGSQL.5432

Thanks and Regards,
J. Teja Sri.

> On Jun 28, 2022, at 1:26 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Teja Jakkidi <teja(dot)jakkidi05(at)gmail(dot)com> writes:
>> Cluster started and I was able to connect remotely with no issues. However when I tried using psql, I got below error:
>> Connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed.
>> But my postgres has been using socket file in /tmp location before upgrade. I am not sure why after upgrade psql is searching at a different allocation for socket.
>> Can someone help me here?
>
> Some distributions configure the code with a different default socket
> location because they don't like putting the socket in /tmp. It's
> best to use a server and libraries all built by the same source so
> that you don't have to fight with decisions like that. If you have
> to, though, it's possible to force the server to put its socket
> where you want (see unix_socket_directories).
>
> regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Karl Denninger 2022-06-28 21:07:58 Re: Postgres open source upgrades
Previous Message Tom Lane 2022-06-28 20:26:11 Re: Postgres open source upgrades