@@ -14,7 +14,7 @@ <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 and 6 only)</ li >
17
+ < li > CentOS (7 only)</ li >
18
18
< li > Fedora</ li >
19
19
< li > Oracle Linux</ li >
20
20
</ ul >
@@ -45,7 +45,7 @@ <h2>PostgreSQL Yum Repository</h2>
45
45
< li > Red Hat Enterprise Linux</ li >
46
46
< li > Rocky Linux</ li >
47
47
< li > AlmaLinux</ li >
48
- < li > CentOS (7 and 6 only)</ li >
48
+ < li > CentOS (7 only)</ li >
49
49
< li > Oracle Linux</ li >
50
50
< li > Fedora< sup > *</ sup > </ li >
51
51
</ ul >
@@ -111,10 +111,6 @@ <h2>Included in Distribution</h2>
111
111
< th scope ="row "> RHEL / CentOS / SL / OL 7</ th >
112
112
< td > 9.2 (also supplies package rh-postgresql10, rh-postgresql96, rh-postgresql95 and rh-postgresql94 via SCL)</ td >
113
113
</ tr >
114
- < tr >
115
- < th scope ="row "> RHEL / CentOS / SL / OL 6</ th >
116
- < td > 8.4 (also supplies package rh-postgresql96, via SCL)</ td >
117
- </ tr >
118
114
< tr >
119
115
< th scope ="row "> Fedora 41</ th >
120
116
< td > 16</ td >
@@ -162,17 +158,12 @@ <h3>Post-installation</h3>
162
158
will not be enabled for automatic start or have the database initialized
163
159
automatically. To make your database installation complete, you need to
164
160
perform the following steps, based on your distribution:
165
- < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 39 and later derived distributions:</ h4 >
161
+ < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / SL / OL 7, 8, 9 or Fedora 40 and later derived distributions:</ h4 >
166
162
< pre class ="code ">
167
163
postgresql-setup --initdb
168
164
systemctl enable postgresql.service
169
165
systemctl start postgresql.service
170
166
</ pre >
171
- < h4 > For RHEL / CentOS / SL / OL 6</ h4 >
172
- < pre class ="code ">
173
- service postgresql initdb
174
- chkconfig postgresql on
175
- </ pre >
176
167
</ p>
177
168
178
169
< h2 > Direct RPM download</ h2 >
0 commit comments