Re: psql could not connect to server after complete reinstallation [Ubuntu 21.10 / PostgreSQL 13]

2021-10-27 Thread Jérémy Garniaux
Adrian, Le 27/10/2021 à 19:30, Adrian Klaver a écrit : Your Postgres 13 cluster is up and listening on 5433. Your choices: 1) Connect using psql -d -U -p 5433 2) Open: sudo vi /etc/postgresql/13/main/postgresql.conf and change port = 5433 to port = 5432 and then restart server. Wh

Re: psql could not connect to server after complete reinstallation [Ubuntu 21.10 / PostgreSQL 13]

2021-10-27 Thread Jérémy Garniaux
Hi Adrian, Thanks for answering on both sides! Le 27/10/2021 à 17:58, Adrian Klaver a écrit : On 10/27/21 08:51, Jérémy Garniaux wrote: Hi, After experiencing issues related to the existence of two different PostgreSQL versions installed on the same machine, I decided to do a "r

psql could not connect to server after complete reinstallation [Ubuntu 21.10 / PostgreSQL 13]

2021-10-27 Thread Jérémy Garniaux
Hi, After experiencing issues related to the existence of two different PostgreSQL versions installed on the same machine, I decided to do a "remove --purge postgresql*" and reinstall postgresql-13. Now the output of "psql --version" is "psql (PostgreSQL) 13.4 (Ubuntu 13.4-1)". However, tryin