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 1vDesI-00D2wV-BB for pgadmin-support@arkaria.postgresql.org; Tue, 28 Oct 2025 08:16:13 +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 1vDesG-00BXDV-2N for pgadmin-support@arkaria.postgresql.org; Tue, 28 Oct 2025 08:16:11 +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 1vDesF-00BXDN-R6 for pgadmin-support@lists.postgresql.org; Tue, 28 Oct 2025 08:16:10 +0000 Received: from [203.2.199.4] (helo=mustang.sdc.com.au) by makus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vDes8-004Ao7-2s for pgadmin-support@lists.postgresql.org; Tue, 28 Oct 2025 08:16:09 +0000 Received-SPF: pass (mustang.sdc.com.au: domain of sdavies@sdc.com.au designates 203.2.199.101 as permitted sender) receiver=mustang.sdc.com.au; client-ip=203.2.199.101; helo=[203.2.199.101]; envelope-from=sdavies@sdc.com.au; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.11; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sdc.com.au; h= content-transfer-encoding:content-type:content-type :content-language:subject:subject:from:from:user-agent :mime-version:date:date:message-id; s=default; t=1761639342; x= 1763453743; bh=LOegJhIb7bzGK28NaEmTPYr8XPtWts5QP4idKVUacW0=; b=V 1nrYDwBaiQlN481L7SLXneGJegeIWzYur5NFM+iUSA2qy6NpQCzhSb/jRmyTaAzN o/CdRVaRMDbrEf64SfP2Kc15FrLDtQTXk8bx/pgRZaI9vKgCU4u6HcNrd/C96Y9A uF345kZo3P3moiwffrPEr3btaDFsdOvzYtfF6VdDb0= X-Virus-Scanned: amavisd-new at sdc.com.au Received: from [203.2.199.101] (spitfire.sdc.com.au [203.2.199.101]) by mustang.sdc.com.au (8.14.7/8.14.4) with ESMTP id 59S8FfXp009377 for ; Tue, 28 Oct 2025 18:45:42 +1030 Message-ID: Date: Tue, 28 Oct 2025 18:45:41 +1030 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Stephen Davies Subject: New installation woes Content-Language: en-AU To: pgadmin-support@lists.postgresql.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 203.2.199.4 (deferred) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I have just installed pgAdmin4 V9.9.1 on my Rocky Linux 9 laptop using dnf. The install looked to be successful but when I fire up pgAdmin4 in either desktop or web mode, it wants an email address and password. The installation did not include /usr/pgadmin4/bin/setup-pgadmin.sh and /usr/pgadmin4/bin/setup-web.sh did not create an account. No known combination of email and password is accepted. How do I get past square one? Cheers and thanks, Stephen