Thread

  1. BUG #18596: I can't download PostgreSQL16

    PG Bug reporting form <noreply@postgresql.org> — 2024-08-30T10:13:07Z

    The following bug has been logged on the website:
    
    Bug reference:      18596
    Logged by:          tounai0
    Email address:      tounai0@gmail.com
    PostgreSQL version: 16.0
    Operating system:   CentOS Linux release 7.5.1804 (Core)
    Description:        
    
    sudo yum install -y postgresql16-server
    
    When you run
    https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-7-x86_64/repodata/repomd.xml:
    [Errno 14] HTTPS Error 404 - Not Found
    It becomes.
    
    "https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-7-x86_64"  is
    not directory.
    Unable to download all "rhel-7" series.
    
    thank you.
    
    
  2. Re: BUG #18596: I can't download PostgreSQL16

    hubert depesz lubaczewski <depesz@depesz.com> — 2024-08-30T11:01:39Z

    On Fri, Aug 30, 2024 at 10:13:07AM +0000, PG Bug reporting form wrote:
    > Operating system:   CentOS Linux release 7.5.1804 (Core)
    > Description:        
    > 
    > sudo yum install -y postgresql16-server
    > 
    > When you run
    > https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-7-x86_64/repodata/repomd.xml:
    > [Errno 14] HTTPS Error 404 - Not Found
    > It becomes.
    > 
    > "https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-7-x86_64"  is
    > not directory.
    > Unable to download all "rhel-7" series.
    
    You might want to read
    https://yum.postgresql.org/news/rhel7-end-of-life/
    
    Best regards,
    
    depesz