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 1tFWJo-00DXXe-4U for pgadmin-support@arkaria.postgresql.org; Mon, 25 Nov 2024 10:27:48 +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 1tFWJm-00EC8M-PI for pgadmin-support@arkaria.postgresql.org; Mon, 25 Nov 2024 10:27:46 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from <0102019362dcd77a-d7a30c23-0cd1-43df-be4c-a3eb22af9b8f-000000@mail.rodonnell.ie>) id 1tFWJm-00EC7i-C3 for pgadmin-support@lists.postgresql.org; Mon, 25 Nov 2024 10:27:46 +0000 Received: from a7-21.smtp-out.eu-west-1.amazonses.com ([54.240.7.21]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from <0102019362dcd77a-d7a30c23-0cd1-43df-be4c-a3eb22af9b8f-000000@mail.rodonnell.ie>) id 1tFWJj-003g42-2P for pgadmin-support@lists.postgresql.org; Mon, 25 Nov 2024 10:27:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=dv7fx26oobputowqxkzhnujragfvk7eg; d=rodonnell.ie; t=1732530460; h=Message-ID:Date:MIME-Version:Subject:To:References:From:In-Reply-To:Content-Type:Content-Transfer-Encoding; bh=N4CIJNSVNDa9kptRUAekJzzkFVVNQ870Hk1VxoUmaXc=; b=irw2DuUUz9fkSE1JkTM2/TK4TTZ3f3dZsTlbxqIOz5SpqOTMBa5Z9VeYnxkaCXpC ZimTffqLw6PwKIkUXW/pwSGuOsduIk/9M2oxIm5/U83YMwQ+dM2zodK64PoH+S4HsxO 0tpZN9iCmAT7hvPojDFyTfCtK5T5TqzXKUTrZziW086lfmjugl6GDe2CW6LcqEgStQl XWv6I6sUOwQOZB2Uj37sStQLZX69cFxtiNBGItk5kpsKi35h0uUnV8XoBpIu6BCyrso bhx7rxj5bujx3g89opeSMkXXI/eBwgRsDrcu1i3ZDC7UDlH4QfkPFoSMKxaW+0Q276F dlzJ52BuHw== DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=uku4taia5b5tsbglxyj6zym32efj7xqv; d=amazonses.com; t=1732530460; h=Message-ID:Date:MIME-Version:Subject:To:References:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=N4CIJNSVNDa9kptRUAekJzzkFVVNQ870Hk1VxoUmaXc=; b=LSj2FXvbe756XEq+G1kPp/UEpoMgOmBgVkFzBw9kq/zdUNqV2LKVcUrnkqGsSdju DhDU80aadqsJgxP8Sci6x9Pdw9H2Q/P3xwoP1nwgAGjVs4DiUBAWFN2FANDK3wDWWJl WkyzW9GiG9DrZDfLSAflCPbUsyYFHV6T/I5gMkPI= Message-ID: <0102019362dcd77a-d7a30c23-0cd1-43df-be4c-a3eb22af9b8f-000000@eu-west-1.amazonses.com> Date: Mon, 25 Nov 2024 10:27:40 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: pgAdmin - Post installation question/s ? To: Peter Richards , pgadmin-support@lists.postgresql.org References: <20241125092331.2f031abd@Thinkpad-T470S> Content-Language: en-GB From: Ray O'Donnell In-Reply-To: <20241125092331.2f031abd@Thinkpad-T470S> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Bar: / Feedback-ID: ::1.eu-west-1.Bw1eu/7Uepg3xcsiFBL71JJRCh2A2yTFrgBhhiulXmU=:AmazonSES X-SES-Outgoing: 2024.11.25-54.240.7.21 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 24/11/2024 23:23, Peter Richards wrote: > Running Kubuntu 24.04 and needing to maintain a PostGreSQL database. > Wanting to use pgAdmin and possibly some Python code to maintain the > database. > > I have downloaded and installed the APT version from > https://www.pgadmin.org/download/pgadmin-4-apt/ > > Keep getting stuck on the Register Server | Connection > - Unable to connect to server. connection failed. connection to a > server at "127.0.0.1":port 5432 failed" > > Is this just a firewall related error ? I have looked through various > guides and cannot find one that is a 'post install' based. It certainly sounds like a network issue. Can you connect to the server using psql, from the same machine as the one with pgAdmin? Ray. > > Peter > > -- Raymond O'Donnell // Galway // Ireland ray@rodonnell.ie