]> granicus.if.org Git - icinga2/commitdiff
Add missing initdb to PostgreSQL documentation 5864/head
authorNoah Hilverling <noah.hilverling@icinga.com>
Thu, 14 Dec 2017 16:08:03 +0000 (17:08 +0100)
committerNoah Hilverling <noah.hilverling@icinga.com>
Thu, 14 Dec 2017 16:08:03 +0000 (17:08 +0100)
doc/02-getting-started.md

index f8664cbc5919aeb16797c2a3b5f793cdda10f551..ba0e26af9164cbfeba8ea29ca3297efd3dede79f 100644 (file)
@@ -621,6 +621,7 @@ RHEL/CentOS 6:
 
     # yum install postgresql-server postgresql
     # chkconfig postgresql on
+    # service postgresql initdb
     # service postgresql start
 
 RHEL/CentOS 7:
@@ -634,12 +635,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: