Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 error fetching xml file installing repmgr on Rocky Linux 9 with Postgres 14 #789

Closed
jeffquach opened this issue Jan 11, 2023 · 1 comment

Comments

@jeffquach
Copy link

I was following the instructions to install repmgr on Rocky Linux 9 with Postgres 14 according to these docs: https://repmgr.org/docs/current/installation-packages.html#INSTALLATION-PACKAGES-REDHAT and I'm encountering an error after running these steps:

curl https://dl.enterprisedb.com/default/release/get/14/rpm | sudo bash
sudo dnf repolist
sudo dnf install repmgr14

The error is:

2ndQuadrant packages (PG14) for 9 - x86_64                                                                                                                                        754  B/s | 563  B     00:00
Errors during downloading metadata for repository '2ndquadrant-dl-default-release-pg14':
  - Status code: 404 for https://dl.2ndquadrant.com/default/release/rpm/packages/rocky/9/x86_64/14/repodata/repomd.xml (IP: 2a01:4f8:1c17:4f1a::1)
Error: Failed to download metadata for repo '2ndquadrant-dl-default-release-pg14': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

It looks like the xml file at: https://dl.2ndquadrant.com/default/release/rpm/packages/rocky/9/x86_64/14/repodata/repomd.xml doesn't exist and I'm guessing maybe repmgr isn't supported for Rocky Linux 9, is that correct?

When I visit: https://dl.2ndquadrant.com/default/release/rpm/packages/rocky/8/x86_64/14/repodata/repomd.xml an xml file is rendered

@martinmarques
Copy link
Collaborator

Please use the PGDG repositories for installing repmgr packages

https://yum.postgresql.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants