From: Michael Friedrich Date: Tue, 8 Dec 2015 15:04:02 +0000 (+0100) Subject: Documentation: Fix postgresql-setup initdb X-Git-Tag: v2.4.2~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa41715f98456da27927f9189991ac0f3324b0c;p=icinga2 Documentation: Fix postgresql-setup initdb fixes #10779 --- diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index e176174e4..3a41a4cb8 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -449,7 +449,7 @@ RHEL/CentOS 5/6: RHEL/CentOS 7: # yum install postgresql-server postgresql - # postgresql-setup --initdb + # postgresql-setup initdb # systemctl enable postgresql # systemctl start postgresql