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 1qNhRN-005hp9-Ig for pgsql-novice@arkaria.postgresql.org; Sun, 23 Jul 2023 22:20:37 +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 1qNhRK-005tgZ-4d for pgsql-novice@arkaria.postgresql.org; Sun, 23 Jul 2023 22:20:34 +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 ) id 1qNhRJ-005tgP-SR for pgsql-novice@lists.postgresql.org; Sun, 23 Jul 2023 22:20:33 +0000 Received: from shared-akv222.rev.nazwa.pl ([85.128.153.222]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qNhRB-00161z-I3 for pgsql-novice@lists.postgresql.org; Sun, 23 Jul 2023 22:20:32 +0000 X-Virus-Scanned: by amavisd-new using ClamAV (28) X-Spam-Flag: NO X-Spam-Score: -1.106 X-Spam-Level: X-Spam-Status: No, score=-1.106 tagged_above=-10 tests=[ALL_TRUSTED=-1, HTML_MESSAGE=0.001, NICE_REPLY_A=-0.097, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Received: from [192.168.30.11] (vpn.printmax.com.pl [31.11.132.77]) by nop.nazwa.pl (Postfix) with ESMTP id 6F2721BC26E; Mon, 24 Jul 2023 00:20:20 +0200 (CEST) Content-Type: multipart/alternative; boundary="------------R44L3ce30ipP0xCuYAYI5ppG" Message-ID: <8574ca3d-1946-59cc-8550-7dd237551566@nop.com.pl> Date: Mon, 24 Jul 2023 00:20:18 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Reply-To: tb@nop.com.pl Subject: Re: Help with pgAdmin Content-Language: pl-PL To: pgsql-novice@lists.postgresql.org References: From: Tomasz Barszczewski Organization: NOP In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------R44L3ce30ipP0xCuYAYI5ppG Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 23.07.2023 23:29, Frank Gunseor wrote: > I need some help with my PostgreSQL installation. > > I am running a Windows 10 Pro Vm using VirtualBox. > > I installed PostgreSQL 15 in the VM, but I can not get pgAdmin to > open. No error messages. Nothing. > > Thank you. > > Frank Gunseor Hello Frank, default installation "does not listen" on the network, listens only on localhost. Correct "listen_addresses" (in postgresql.conf configuration) to listen_addresses = '*' and restart postgres. This is the simplest and surest way. -- Pozdrawiam, Tomasz Barszczewski -tb@nop.com.pl http://www.nop.com.pl/ --------------R44L3ce30ipP0xCuYAYI5ppG Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
On 23.07.2023 23:29, Frank Gunseor wrote:
I need some help with my PostgreSQL installation.

I am running a Windows 10 Pro Vm using VirtualBox.

I installed PostgreSQL 15 in the VM, but I can not get pgAdmin to open. No error messages. Nothing.

Thank you.

Frank Gunseor
Hello Frank, default installation "does not listen" on the network, listens only on localhost.

Correct "listen_addresses" (in postgresql.conf configuration) to listen_addresses = '*'

and restart postgres.

This is the simplest and surest way.


-- 
Pozdrawiam,
Tomasz Barszczewski - tb@nop.com.pl
http://www.nop.com.pl/
--------------R44L3ce30ipP0xCuYAYI5ppG--