From f24954666cc75f7d40c6ec413989ffa0bdd3ba55 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Mon, 2 Jun 2025 19:46:42 +0300 Subject: [PATCH] RHEL 10 is available, RHEL 7 is EOL, Fedora 40 is EOL, Fedora 42 is already out. --- templates/pages/download/linux/redhat.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index dbcbb0c5..247b640c 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -14,7 +14,6 @@ The Red Hat family of distributions includes:
  • Red Hat Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • -
  • CentOS (7 only)
  • Fedora
  • Oracle Linux
  • @@ -45,7 +44,6 @@ The PostgreSQL Yum Repository currently supports:
  • Red Hat Enterprise Linux
  • Rocky Linux
  • AlmaLinux
  • -
  • CentOS (7 only)
  • Oracle Linux
  • Fedora*
  • @@ -99,6 +97,10 @@ the distribution: + + RHEL / AlmaLinux 10 + 16 + RHEL / Rocky Linux / AlmaLinux 9 16, 15 and 13 (via modules) @@ -108,15 +110,11 @@ the distribution: 15, 13, 12, 10 and 9.6 via modules - RHEL / CentOS / OL 7 - 9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL) - - - Fedora 41 + Fedora 42 16 - Fedora 40 + Fedora 41 16 @@ -158,7 +156,7 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation will not be enabled for automatic start or have the database initialized automatically. To make your database installation complete, you need to perform the following steps, based on your distribution: -

    For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 7, 8, 9 or Fedora 40 and later derived distributions:

    +

    For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:

       postgresql-setup --initdb
       systemctl enable postgresql.service