EnterpriseDB / repmgr

A lightweight replication manager for PostgreSQL (Postgres)

Home Page:https://repmgr.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jeffquach opened this issue · comments

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

Please use the PGDG repositories for installing repmgr packages

https://yum.postgresql.org/