I installed postgresql-9.4 and phpPgAdmin from the epel repo, and both work fine. But the services list in the web gui always states that postgres is stopped. Presumably there is a mismatch between the nethserver-postgresql package which refers to the old version 8.4 and the actually installed version 9.4.
Can anybody tell where in the system the status information of services is taken from or what has to be adjusted so that postgesql is correctly shown as enabled?
so all is prety simple :
Web UI run this /usr/libexec/nethserver/read-service-status and watch config show for service instance like
xinetd=service
status=enabled
and run service xinetd status
you could simply modify db configuration for postgresql
It’s not that simple. “config show” reports
postgresql=service
TCPPort=5432
access=none
status=enabled
"service postgresql status" gives me "unrecognized service"
But “service postgresql-9.4 status” states “enabled”.
Where is the db configuration to be modified and in which way?