@@ -15,7 +15,6 @@ <h1>Linux downloads (Red Hat family) <img class="logo" src="/media/img/redhat.sv
15
15
< li > Rocky Linux</ li >
16
16
< li > AlmaLinux</ li >
17
17
< li > Fedora</ li >
18
- < li > Oracle Linux</ li >
19
18
</ ul >
20
19
</ p >
21
20
< p > and others.</ p >
@@ -44,7 +43,6 @@ <h2>PostgreSQL Yum Repository</h2>
44
43
< li > Red Hat Enterprise Linux</ li >
45
44
< li > Rocky Linux</ li >
46
45
< li > AlmaLinux</ li >
47
- < li > Oracle Linux</ li >
48
46
< li > Fedora< sup > *</ sup > </ li >
49
47
</ ul >
50
48
</ p >
@@ -70,22 +68,14 @@ <h2>PostgreSQL Yum Repository</h2>
70
68
< h2 > Included in Distribution</ h2 >
71
69
< p >
72
70
These distributions all include PostgreSQL by default. To install
73
- PostgreSQL from these repositories, use the < var > dnf</ var > command on RHEL 8 and Fedora:
71
+ PostgreSQL from these repositories, use the < var > dnf</ var > command on RHEL and Fedora:
74
72
</ p >
75
73
< p >
76
74
< code >
77
75
dnf install postgresql-server
78
76
</ code >
79
77
</ p >
80
78
< p >
81
- or < var > yum</ var > command on RHEL / CentOS 7:
82
- </ p >
83
- < p >
84
- < code >
85
- yum install postgresql-server
86
- </ code >
87
- </ p >
88
- < p >
89
79
Which version of PostgreSQL you get will depend on the version of
90
80
the distribution:
91
81
</ p >
@@ -156,7 +146,7 @@ <h3>Post-installation</h3>
156
146
will not be enabled for automatic start or have the database initialized
157
147
automatically. To make your database installation complete, you need to
158
148
perform the following steps, based on your distribution:
159
- < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</ h4 >
149
+ < h4 > For RHEL / Rocky Linux / AlmaLinux 10, 9, 8 or Fedora 41 and later derived distributions:</ h4 >
160
150
< pre class ="code ">
161
151
postgresql-setup --initdb
162
152
systemctl enable postgresql.service
0 commit comments