I have PostgreSQL with PostGIS intalled on Ubuntu 22.04.
I can access the PostGIS-Layers from QGIS and work with them.
When i check the status of PostgreSQL with: sudo systemctl status postgresql it returns: Active: active (exited).
My apache has the following status: Active: active (running).
I excpected the same status for PostgreSQL.
So what does this exited mean?
The log file say:
postgres@postgres FATAL: password authentication failed for user "postgres"
postgres@postgres DETAIL: User "postgres" has no password assigned.
But im using an other dbname and username, not postgres. So can i ignore this?