Re: psql (13.1 (Debian 13.1-1.pgdg100+1), server 12.5 (Debian 12.5-1.pgdg100+1))

From: Stéphane KANSCHINE <stephane(at)hexack(dot)fr>
To: Roberto Carna <robertocarna36(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: psql (13.1 (Debian 13.1-1.pgdg100+1), server 12.5 (Debian 12.5-1.pgdg100+1))
Date: 2020-12-10 16:40:09
Message-ID: 20201210164009.xl26yer5m37pjj5z@office.hexack.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le jeu. 10 déc., vers 12:43, Roberto Carna exprimait :

> Dear, I'm new at postgresql and I've installed it on a Debian 10
> (stable) server.
>
> I don't know why, but after executing the psql command, I see this message:
>
> psql (13.1 (Debian 13.1-1.pgdg100+1), server 12.5 (Debian 12.5-1.pgdg100+1))

It means that you use the PostgreSQL client 13 version, which is connected on
the PostgreSQL server version 12. Because PostgreSQL 12 was installed
before and took the default PostgreSQL port, 5432. If PostgreSQL 13 has
been installed after, it listens on port 5433.

In order to confirmn, you can try to launch: psql -p 5433

> It seems both the posqgresql 12 and 13 are installed at the same time...

It's useful to make migrations.

> Is this correct or do I have to uninstall the postgresql 13 packages ?

Why do you want to remove 13 and not version 12 ?

Regards,
--
Stéphane KANSCHINE - https://www.hexack.fr./ - https://www.nuajik.io./
@ stephane(at)hexack(dot)fr
 +33 6 64 31 72 52

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Creston Jamison 2020-12-10 17:01:42 Re: Autovacuum Truncation Phase Loop?
Previous Message Roberto Carna 2020-12-10 16:31:10 Re: psql (13.1 (Debian 13.1-1.pgdg100+1), server 12.5 (Debian 12.5-1.pgdg100+1))