Add missing initdb to PostgreSQL documentation

refs #5864
This commit is contained in:
Noah Hilverling 2017-12-14 17:08:03 +01:00 committed by Michael Friedrich
parent 05a0425a7c
commit 36674db14f
1 changed files with 3 additions and 0 deletions

View File

@ -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: