我按照这个几乎白痴的指南在Centos 7上安装postgresql和postgis 并且使用以下命令卡住启动数据库本身:
[root@localhost cmaps]# 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.
Run Code Online (Sandbox Code Playgroud)
如果我从Centos存储库(版本9.2)安装postgresql软件包,该命令可以工作,但是我没有postgis,并且Centos 7没有官方的posgresql-92存储库.
对于发生了什么有什么想法吗?
谢谢!