@@ -14,7 +14,6 @@ <h1>Linux downloads (Red Hat family) <img class="logo" src="/media/img/redhat.sv
14
14
< li > Red Hat Enterprise Linux</ li >
15
15
< li > Rocky Linux</ li >
16
16
< li > AlmaLinux</ li >
17
- < li > CentOS (7 only)</ li >
18
17
< li > Fedora</ li >
19
18
< li > Oracle Linux</ li >
20
19
</ ul >
@@ -45,7 +44,6 @@ <h2>PostgreSQL Yum Repository</h2>
45
44
< li > Red Hat Enterprise Linux</ li >
46
45
< li > Rocky Linux</ li >
47
46
< li > AlmaLinux</ li >
48
- < li > CentOS (7 only)</ li >
49
47
< li > Oracle Linux</ li >
50
48
< li > Fedora< sup > *</ sup > </ li >
51
49
</ ul >
@@ -99,6 +97,10 @@ <h2>Included in Distribution</h2>
99
97
</ tr >
100
98
</ thead >
101
99
< tbody >
100
+ < tr >
101
+ < th scope ="row "> RHEL / AlmaLinux 10</ th >
102
+ < td > 16</ td >
103
+ </ tr >
102
104
< tr >
103
105
< th scope ="row "> RHEL / Rocky Linux / AlmaLinux 9</ th >
104
106
< td > 16, 15 and 13 (via modules)</ td >
@@ -108,15 +110,11 @@ <h2>Included in Distribution</h2>
108
110
< td > 15, 13, 12, 10 and 9.6 via modules</ td >
109
111
</ tr >
110
112
< tr >
111
- < th scope ="row "> RHEL / CentOS / OL 7</ th >
112
- < td > 9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</ td >
113
- </ tr >
114
- < tr >
115
- < th scope ="row "> Fedora 41</ th >
113
+ < th scope ="row "> Fedora 42</ th >
116
114
< td > 16</ td >
117
115
</ tr >
118
116
< tr >
119
- < th scope ="row "> Fedora 40 </ th >
117
+ < th scope ="row "> Fedora 41 </ th >
120
118
< td > 16</ td >
121
119
</ tr >
122
120
</ tbody >
@@ -158,7 +156,7 @@ <h3>Post-installation</h3>
158
156
will not be enabled for automatic start or have the database initialized
159
157
automatically. To make your database installation complete, you need to
160
158
perform the following steps, based on your distribution:
161
- < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 7, 8, 9 or Fedora 40 and later derived distributions:</ h4 >
159
+ < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</ h4 >
162
160
< pre class ="code ">
163
161
postgresql-setup --initdb
164
162
systemctl enable postgresql.service
0 commit comments