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 1t1SBE-00GNlh-UF for pgsql-general@arkaria.postgresql.org; Thu, 17 Oct 2024 15:12: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 1t1SBB-0067zo-Tf for pgsql-general@arkaria.postgresql.org; Thu, 17 Oct 2024 15:12: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 ) id 1t1SBB-0067zH-Hf for pgsql-general@lists.postgresql.org; Thu, 17 Oct 2024 15:12:45 +0000 Received: from mout-u-204.mailbox.org ([80.241.59.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t1SB4-001O6k-RJ for pgsql-general@lists.postgresql.org; Thu, 17 Oct 2024 15:12:44 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4XTrt90qccz9tVM; Thu, 17 Oct 2024 17:12:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1729177953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AnGm+VbR2fMoJ7W4GSb95skBfsxprl4aUBxKz7Wskos=; b=MzDGMb6WIIAc9dub10XqPTV4ACs11I7OQ1lv/gu0SL/MQPo3aSEFzx4tQfG/oWlF+1U6NO Qjk8Vxh75cwVOeWjGDRLrd3tGyMVzRuNSspQzztRuhz/vgq1dhXwsI92a7FLWU3EnOs5Px FupzeSrpZFSAdh7bEs9EZARfeuesqE1w9bSZ9TJ+mRyuBB2OFVCDUTL/hA7y+kftbo8hVU fx4AkeRCpvT7Ls2m+7gp1s/lLb6I3hYJN/0zXLr/tyumkdVnXijMzPc2lpKo6GJx4F1Bvy BXikLmq4EItidcfEtyA+zHTwSOmx7YK0sv9QWDAGtQR9bsirq0/xOIWAB+lArg== Date: Thu, 17 Oct 2024 17:12:30 +0200 From: Erik Wienhold To: Carlos Oliva Cc: "pgsql-general@lists.postgresql.org" Subject: Re: Download of v16.1 for Windows 64B Message-ID: <548e8ded-f0c7-44a8-84c4-50f519496b42@ewie.name> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2024-10-17 16:06 +0200, Carlos Oliva wrote: > From where can I download v16.1? I can only find v16.4 in the EDB site. https://get.enterprisedb.com/postgresql/postgresql-16.1-1-windows-x64.exe I think they used to also link to older minor releases, but I can't find that anymore. But you should use 16.4 unless you have a specific reason for using 16.1 which has known bugs. -- Erik