Today, I was preparing my environment to update from 5.0-10 to 5.2. One of the post-update steps is to update postgresql 11 to version 15 (link)
Upon checking my current version, i noticed postgresql is not running on my primary node.
In the logs, I read the following:
2026-02-09 16:31:31.574 CET [840] LOG: could not open configuration file “/etc/postgresql/11/main/pg_hba.conf”: File or directory does not exist.
2026-02-09 16:31:31.574 CET [840] FATAL: could not load pg_hba.conf
This seems already to be the case since the installation of this server. On my backup directory node & managed node the postgresql server is missing completely (only the client is present).
My questions:
- Is this missing postgresql service bad for my environment?
- How can i re-create this
pg_hba.conffile + are there any follow-up steps? - Is it normal that my backup node does not have a postgresql server?
Thanks for the help in advance