mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
parent
05a0425a7c
commit
36674db14f
@ -635,6 +635,7 @@ RHEL/CentOS 6:
|
|||||||
|
|
||||||
# yum install postgresql-server postgresql
|
# yum install postgresql-server postgresql
|
||||||
# chkconfig postgresql on
|
# chkconfig postgresql on
|
||||||
|
# service postgresql initdb
|
||||||
# service postgresql start
|
# service postgresql start
|
||||||
|
|
||||||
RHEL/CentOS 7:
|
RHEL/CentOS 7:
|
||||||
@ -648,12 +649,14 @@ SUSE:
|
|||||||
|
|
||||||
# zypper install postgresql postgresql-server
|
# zypper install postgresql postgresql-server
|
||||||
# chkconfig postgresql on
|
# chkconfig postgresql on
|
||||||
|
# service postgresql initdb
|
||||||
# service postgresql start
|
# service postgresql start
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
|
||||||
# pkg install postgresql93-server
|
# pkg install postgresql93-server
|
||||||
# sysrc postgresql_enable=yes
|
# sysrc postgresql_enable=yes
|
||||||
|
# service postgresql initdb
|
||||||
# service postgresql start
|
# service postgresql start
|
||||||
|
|
||||||
Alpine Linux:
|
Alpine Linux:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user