From: Noah Hilverling Date: Thu, 14 Dec 2017 16:08:03 +0000 (+0100) Subject: Add missing initdb to PostgreSQL documentation X-Git-Tag: v2.8.1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36674db14fa8ed0d616740281a12103ae4043607;p=icinga2 Add missing initdb to PostgreSQL documentation refs #5864 --- diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index dc00af57d..b9000a398 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -635,6 +635,7 @@ RHEL/CentOS 6: # yum install postgresql-server postgresql # chkconfig postgresql on + # service postgresql initdb # service postgresql start RHEL/CentOS 7: @@ -648,12 +649,14 @@ SUSE: # zypper install postgresql postgresql-server # chkconfig postgresql on + # service postgresql initdb # service postgresql start FreeBSD: # pkg install postgresql93-server # sysrc postgresql_enable=yes + # service postgresql initdb # service postgresql start Alpine Linux: