4

PostgreSQL service initdb doesn't work

view full story
linux-howto

http://serverfault.com – I installed PostgreSQL 9.1.2 on my fedora 16 in a method similar to mentioned here, and tested it, which means that my installation is working fine. But when I do: service postgresql initdb or even service postgresql-9.0 initdb I get the error: Redirecting to /bin/systemctl initdb postgresql.service Unknown operation initdb And because of this, I am unable to start pgAdmin3 too. What am I missing? (HowTos)