mirror of https://github.com/Icinga/icinga2.git
parent
05a0425a7c
commit
36674db14f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue