새로운 Centos 7에 Socorro 서비스(Amazon ec2에 설치됨)를 설치하려고 합니다. 공식 문서의 지침을 따르고 있습니다.소코로. yum.postgresql.org에서 PostgreSQL 9.3 RPM 패키지를 설치했습니다. 이제 두 가지 문제가 있습니다.
1 - 이 명령을 실행할 때
$ sudo service postgresql-9.3 initdb
나는 다음과 같은 메시지를 받았습니다 -
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
2 - 이 명령을 실행할 때:
$ sudo systemctl restart postgresql-9.3
메시지는 다음과 같습니다.
Job for postgresql-9.3.service failed. See 'systemctl status postgresql-9.3.service' and 'journalctl -xn' for details.
지침의 단계를 따랐으며 다른 것은 설치하지 않았습니다. 이 문제를 어떻게 해결할 수 있나요?
답변1
이 명령을 시도해 보세요/usr/lib/pgsql-9.3/bin/postgresql93-setup initdb
답변2
/usr/pgsql-9.3/bin/postgresql93-setup initdb