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.96) (envelope-from ) id 1w4cxO-002NkM-2h for pgsql-novice@arkaria.postgresql.org; Mon, 23 Mar 2026 10:56:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w4cxN-00H7AK-0k for pgsql-novice@arkaria.postgresql.org; Mon, 23 Mar 2026 10:56:25 +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.96) (envelope-from ) id 1w4cxM-00H7AC-31 for pgsql-novice@lists.postgresql.org; Mon, 23 Mar 2026 10:56:25 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w4cxL-00000000bzK-0hTd for pgsql-novice@lists.postgresql.org; Mon, 23 Mar 2026 10:56:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version :References:Reply-To:Message-ID:Subject:Cc:To:Sender:From:Date:Content-ID: Content-Description; bh=EPaFV1kk2WlQiN2Q9wveHyWRC0vnOUkzJvVG3CXWh0w=; b=GpHMg /Z0er3/+XPN6FGVRMjzJEtOstm3F8ozfagxr0oBCVQvhCMIpWPJZXXtEV1jYwquHO6rElJKlRRqf7 y51STXvENpu66bHV3vpKhguT5jS4otbGomO9s+XQqKsIF7hlg+tkZ0UXnQk5GYDR4rdWN+esU21/v sIldh3bWeRLY=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1w4cxH-00Bz28-3D; Mon, 23 Mar 2026 11:56:20 +0100 Date: Mon, 23 Mar 2026 11:56:19 +0100 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: kenneth@engstrom.ac Cc: pgsql-novice@lists.postgresql.org Subject: Re: Old software Message-ID: Reply-To: depesz@depesz.com References: <848b01dcbaad$f18adb70$d4a09250$@engstrom.ac> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <848b01dcbaad$f18adb70$d4a09250$@engstrom.ac> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Mar 23, 2026 at 11:15:15AM +0100, kenneth@engstrom.ac wrote: > Hi, > I have a quick question. > I need the installation package: postgresql‑9.3.1‑1‑windows‑x64.exe. > > Does anyone have a safe download link for it (one without malware — yes, don’t ask what happened 😉)? > > Thanks in advance for any help! You can get 9.3.25 (which is compatible with 9.3.1) on enterprise db site: https://www.enterprisedb.com/download-postgresql-binaries Also: 1. usage of old minor releases (9.3.1 vs. 9.3.25) is unwise, as you are missing a lot of bugfixes: https://why-upgrade.depesz.com/show?from=9.3.1&to=9.3.25 2. 9.3 line has been unsupported for over 7 years now! please don't put anything new there. and if you just want to restore, just restore using any 9.3, and load to something that is supported (currently: 14+, but 14 will stop being supported this November). Best regards, depesz