Skip to content

Installing PostgreSQL 9.1 on RHEL 6.2 fails with 404 #2

@Josh-Tilles

Description

@Josh-Tilles

The incorrect URL is that the crate attempts to curl is http://yum.pgrpms.org/reporpms/9.1/pgdg-rhel91-9.1-4.noarch.rpm. If I go to its parent directory then it seems like the correct URL should be http://yum.pgrpms.org/reporpms/9.1/pgdg-redhat91-9.1-5.noarch.rpm. The primary differences in the URLs are the version (incorrect: 9.1-4, expected: 9.1-5), and that Pallet constructs the URL by inserting "rhel" rather than "redhat".

Some things that might get complicated:

  • Although Fedora and RHEL are both on 9.1-5, CentOS is still on 9.1-4. So it seems like the simple *pgdg-repo-versions* map might need to get more complicated to reflect the different :oss.
  • I don't know where it's most appropriate to deal with the special case of :rhel to "redhat".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions