Merge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation

Add missing initdb to PostgreSQL documentation
This commit is contained in:
Michael Friedrich 2017-12-15 08:38:16 +01:00 committed by GitHub
commit 8f4ba66050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -617,6 +617,7 @@ RHEL/CentOS 6:
# yum install postgresql-server postgresql
# chkconfig postgresql on
# service postgresql initdb
# service postgresql start
RHEL/CentOS 7:
@ -630,12 +631,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: