Skip to content

Commit 2a78f5a

Browse files
committed
initdb -> --initdb on newer distros. Per report from Geoffrey Gordon Ashbrook
1 parent 6b61af9 commit 2a78f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/pages/download/linux/redhat.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ <h4>For RHEL / CentOS / SL / OL 6</h4>
165165
service postgresql initdb
166166
chkconfig postgresql on
167167
</pre>
168-
<h4>For RHEL / CentOS / SL / OL 7, 8 or Fedora 29 and later derived distributions:</h4>
168+
<h4>For RHEL / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:</h4>
169169
<pre class="code">
170-
postgresql-setup initdb
170+
postgresql-setup --initdb
171171
systemctl enable postgresql.service
172172
systemctl start postgresql.service
173173
</pre>

0 commit comments

Comments
 (0)