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 1wNmYp-0013TE-0V for pgsql-bugs@arkaria.postgresql.org; Fri, 15 May 2026 07:02:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wNmXp-00Gmyw-06 for pgsql-bugs@arkaria.postgresql.org; Fri, 15 May 2026 07:01:13 +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 1wNmFL-00Giey-0a for pgsql-bugs@lists.postgresql.org; Fri, 15 May 2026 06:42:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wNmFI-00000000exG-3kCh for pgsql-bugs@lists.postgresql.org; Fri, 15 May 2026 06:42:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=GvypZPkTgUEXEd//IXSx96rivl5bGblutuO6GA4P3d0=; b=Cb89EefoAxlX1szLqrgQw/yRp2 Bve+nXV3kyafX0fWCNPcYCo5E6HvngPicJ2r84jz/osaRfg4ou/P2lwydQrKo3zu+iE46y91OwrfV sWyb1h5cu8yS/c+9E/5z5VnWrz2S1XoyVpPQ9jyj11m2ldg/BRQzUARMXMXieJ3loJwcLgVlQuVBB 7cfiUy21EJtLiua4Mjjlu7L6jzYTQkMZdejwHu9WFIcS6PpokFQ+vDf/jeqDhvnxpBFLtzt0N5jaH ALi7FQdSiMsNMB3CYziWLbvSKZqeHuUL5F5XNmb7/DDs8i2ybWwUqn9XxvumORkleIcJ1DLL3/pB1 kwnhxwiw==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wNmFI-001uRo-1E for pgsql-bugs@lists.postgresql.org; Fri, 15 May 2026 06:42:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wNmFH-003utA-10 for pgsql-bugs@lists.postgresql.org; Fri, 15 May 2026 06:42:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: BUG #19479: 04 is happening because your metadata is advertising a package version that is not actually present To: pgsql-bugs@lists.postgresql.org From: PG Bug reporting form Cc: uj410228@gmail.com Reply-To: uj410228@gmail.com, pgsql-bugs@lists.postgresql.org Date: Fri, 15 May 2026 06:41:22 +0000 Message-ID: <19479-b572b89cbcb8d325@postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following bug has been logged on the website: Bug reference: 19479 Logged by: Pratik Kumar Email address: uj410228@gmail.com PostgreSQL version: 14.23 Operating system: Linux Description: =20 https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9-x86_64/postg= resql14-libs-14.23-1PGDG.rhel9.7.x86_64.rpm I checked the live PGDG repository, and rhel-9-x86_64 currently has postgresql14-libs-14.21-1PGDG.rhel9.7.x86_64.rpm and 14.22, plus postgresql14-server-14.21 and 14.22 =E2=80=94 I do not see 14.23 in that di= rectory yet. That matters because PostgreSQL 14.23 was released on May 14, 2026, but the Red Hat download page also says the project publishes RPMs through the Yum repository and provides direct downloads from the same repo. So the 404 is happening because your metadata is advertising a package version that is not actually present on the server. The repo itself can only be updated by the PostgreSQL PGDG maintainers; you cannot upload RPMs into download.postgresql.org yourself. The official support path is to report it through PostgreSQL=E2=80=99s bug/support process.