Re: PostgreSQL 16 timed out

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL 16 timed out
Date: 2024-04-22 09:13:16
Message-ID: 394df40f-e1c5-6307-3f11-b1c3eff64eda@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 21.04.24 um 07:54 schrieb Сергеев Аркадий:
> Hi, I have some troubles with PostgreSQL 16.
> My current state:
> - Windows 11
> - PostgreSQL 15 installed and working
> - PostgreSQL installed, but don’t allow me connect via PgAdmin4
> In services I see postgresql-x64-16 — running installen on port 5434
> service postgresql-x64-15 - PostgreSQL Server 15 also running
> I’he try to stop postgresql-x64-15 and login in PgAdmin to PostgreSQL
> 16, but recive the same error — timed out
> Is it possible to have both PostreSQL on one machine? What is my mistake.
> I don’t want to uninstall PostrgeSQL 15, but I wat to try
> PostgeSQL16 may be it resolve my problem:
> when I write proghram on Python and work with PostgreSQL via
> SQLAlchemy, now I get the error
> OSError: [WinError 64] Указанное сетевое имя более недоступно
> During handling of the above exception, another exception occurred:
> …
> asyncpg.exceptions.ConnectionDoesNotExistError: connection was closed
> in the middle of operation
> This error raised when I try CREATE TABLE and even when I try SELECT
> statement
> I don't know where the error is, in SQLAlchemy or in asyncpg or in
> PostrgeSQL or in my code. My code fully the same as in video where all
> working properly. So I want to test PostgreSQL 16, Python 3.11 I’ve
> tested yet — no result.
> --
> С уважением,
> Сергеев Аркадий

Having several clusters (installations) of PostgreSQL on the same
machine need different port numbers. The default ist 5432, usually
further installations use 5433, 5434 and so on.

If you want to test the connectivity of your server, it's best *not* to
use any third party tools (pgAdmin is one of them), but psql, which is
part of the PostgreSQL software. It tends to give better error messages.
And of course, have a look at the log files.

Regards,
Holger

--

Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

chat with me on Signal messenger
<https://signal.me/#eu/GpIP259bBne_JiBYJFvbZCLYJELhB-92nJfncACL1LUeBOphfXFFgLYYVXv_AGhg>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Zaid Shabbir 2024-04-22 14:43:45 Re: PostgreSQL 16 timed out
Previous Message Salim KOC 2024-04-21 18:21:55 Re: Inserting rpt content from a file into a table column in json format.