mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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
|
# 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:
|
||||||
@ -634,12 +635,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