Add missing initdb to PostgreSQL documentation

This commit is contained in:
Noah Hilverling 2017-12-14 17:08:03 +01:00
parent 1bf12c9685
commit d13cc74608
1 changed files with 3 additions and 0 deletions

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