From d13cc74608586c3dcedf5ceb6397269b925b66ff Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Thu, 14 Dec 2017 17:08:03 +0100 Subject: [PATCH] Add missing initdb to PostgreSQL documentation --- doc/02-getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index f8664cbc5..ba0e26af9 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -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: