mirror of https://github.com/Icinga/icinga2.git
Add missing initdb to PostgreSQL documentation
This commit is contained in:
parent
1bf12c9685
commit
d13cc74608
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue