I was connected with remote postgres-9.3 by pgAdmin III. After close pgAdmin i try to connect on another day with the same db.
/etc/init.d/postgresql-9.3 status dead but pid file exists
service postgresql-9.3 start FAIL
In pgstartup.log file i have:
This account is currently not available
pg_hba.conf:
# "local" is for Unix domain socket connections only local all all peer host all all 127.0.0.1/32 trust host all all 89.70.224.82/32 md5
Operating system on server is CentOS. I don't know unfortunately how postgres was installed on the server because someone else done that. What i can do with this?
pg_hba.confis irrelevant. - Milen A. Radevpostgresuser doesn't have a valid shell. Which leads to the question of what is the operating system and how you installed postgres on it. - Daniel Vérité