• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

PostgreSql does not start on reboot

E

edeis

Guest
Plesk 7.5.1

I have successfully installed 'PostgreSql Server Support' (reported by the post-install e-mail) via the Plesk Updater panel.

However, upon rebooting the server, PostgreSql does not run. I have to start it manually via Plesk's services management panel.

Why doesn't Postgresql start along with the other services upon reboot?
 
I fixed the problem, and am just starting it myself.

cd /etc/rd.d
vi rc.local

inserted:

su -c '/usr/bin/pg_ctl start -D /var/lib/pgsql/data -l /var/log/pgsql' postgres\


plesk panel show it is running, and i can stop it with the plesk panel.

works good.
 
Back
Top