Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uT4T8-00GzMm-RS for pgsql-novice@arkaria.postgresql.org; Sat, 21 Jun 2025 20:05:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uT4T6-008ymP-Uv for pgsql-novice@arkaria.postgresql.org; Sat, 21 Jun 2025 20:05:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uT4T6-008ymH-Mn for pgsql-novice@lists.postgresql.org; Sat, 21 Jun 2025 20:05:41 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uT4T5-003MZT-0J for pgsql-novice@lists.postgresql.org; Sat, 21 Jun 2025 20:05:40 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 55LK5a5r2791031; Sat, 21 Jun 2025 16:05:36 -0400 From: Tom Lane To: Sherman Willden cc: pgsql-novice@lists.postgresql.org Subject: Re: been away awhile but postgresql doesn't work for me now In-reply-to: References: Comments: In-reply-to Sherman Willden message dated "Sat, 21 Jun 2025 13:17:43 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2791029.1750536336.1@sss.pgh.pa.us> Date: Sat, 21 Jun 2025 16:05:36 -0400 Message-ID: <2791030.1750536336@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Sherman Willden writes: > Basic complaint: polgresql 16 doesn't function as I think it should > First Error: postgresql psql server connection failed error > Second Error: Even after modifying /etc/postgresql/16/main/pg_hba.conf > to trust the system is asking for postgres password. First question: did you restart the PG server, or at least do "pg_ctl reload", after modifying pg_hba.conf? It won't notice config file changes till you do. Second question: are you sure there's only one PG installation on the machine? You might be connecting to a different installation than you think you are. None of this stuff has changed greatly in the past couple of years. My guess is that you don't have the system configured quite the same as you did before. regards, tom lane