I'm using CentOS 7 with EPEL Repo and installed Postgresql 9.6 which is a need for a webshop application. Now some propel installation script wants to execute pg_ctlcluster
. The Installation ends with an error:
Exception: sudo: pg_ctlcluster: command not found
I checked /usr/pgsql-9.6/bin
, there is only pg_ctl
, but no pg_ctlcluster
. Some said pg_ctl
and pg_ctlcluster
are not exactly the same. It looks like pg_ctlcluster
is a Ubuntu thing. It's used for Postgres Cluster (...).
Do you have any ideas what's the best way to replace pg_ctlcluster
?
Just copy/symlink pg_ctlcluster -> pg_ctl sounds not like it should be. Maybe someone have a suiteable RPM.