Whenerver I start PostgreSQL using command:
$ sudo /etc/init.d/postgresql start
Pg doesn\'t start up. The error reported is:
As the error message says, fix the permissions for the key file server.key. The server runs as user "postgres" which should own the file. Try
server.key
#cd #chown postgres server.key #chmod 0640 server.key