I'm trying to install PostgreSQL server on a server running debian8.
I installed the package postgresql-9.5
with apt, but it seems like there are missing programs.
I tried to create a cluster but initdb
can not be found on the server, I tried as standard user, as postgres
and even root
.
When I look up /usr/lib/postgresql/9.5/bin/
there is not initdb
nor pg_ctl
program.
Is there any additionnal package I forgot to install to make it work ?