Skip to content

Heplify server AND Postgress on same host

Alexandr Dubovikov edited this page Dec 11, 2020 · 1 revision

If you have heplify-server and postgress on the same host you should edit heplify-server.service and add:

[Unit]
After=postgresql.service

this means, after reboot heplify-server will wait until posgresql will start first.

Don't apply it if your posgresql server is remote! (Excep configuration DB)

Clone this wiki locally