Documentation: Fix postgresql-setup initdb

fixes #10779
This commit is contained in:
Michael Friedrich 2015-12-08 16:04:02 +01:00
parent 407a7502ae
commit 8255c77ed4
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ RHEL/CentOS 5/6:
RHEL/CentOS 7:
# yum install postgresql-server postgresql
# postgresql-setup --initdb
# postgresql-setup initdb
# systemctl enable postgresql
# systemctl start postgresql