BUG #18861: Not able to download rpm package

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: nsthanga(at)gmail(dot)com
Subject: BUG #18861: Not able to download rpm package
Date: 2025-03-21 10:52:26
Message-ID: 18861-aeed6d30689e6afa@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18861
Logged by: Nagalakshmi Thangavelu
Email address: nsthanga(at)gmail(dot)com
PostgreSQL version: 17.4
Operating system: Rhel 9
Description:

Getting erro while running below code on Rhel 9 server . Please provide
option to for .tar.gz install

# Install the repository RPM:
sudo dnf install -y
https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm

# Disable the built-in PostgreSQL module:
sudo dnf -qy module disable postgresql

# Install PostgreSQL:
sudo dnf install -y postgresql17-server

# Optionally initialize the database and enable automatic start:
sudo /usr/pgsql-17/bin/postgresql-17-setup initdb
sudo systemctl enable postgresql-17
sudo systemctl start postgresql-17

Error
Errors during downloading metadata for repository 'pgdg-common':
- Status code: 503 for
https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/repodata/repomd.xml
(IP: 72.32.157.246)
Error: Failed to download metadata for repo 'pgdg-common': Cannot download
repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2025-03-21 12:58:54 Re: BUG #18859: ERROR: unexpected plan node type: 356
Previous Message PG Bug reporting form 2025-03-21 04:46:51 BUG #18860: Test src/test/recovery/t/039_end_of_wal.pl is unstable