mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation
Add missing initdb to PostgreSQL documentation
This commit is contained in:
commit
8f4ba66050
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue