• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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