on-premises installation problem: Starting apigee-postgresql service: [FAILED]

Not applicable

I'm installing Apigee Edge on-premises, using apigee-edge-4.15.07.03. The target is an AWS EC2 instance, and I'm using the all-in-one (aio) option. I got the below issue with postgressql.

Starting apigee-postgresql service: [FAILED]

Waiting for postgres to finish start

psql: could not connect to server:

No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Retrying in 5 sec (1)

any suggestions?

0 1 471
1 REPLY 1

@suresh

This is a postgres issue and has been discussed in the following stackoverflow post :

http://stackoverflow.com/questions/13573204/psql-could-not-connect-to-server-no-such-file-or-directo...

Please look for the response corresponding to deleting the process.pid.

You may also want to try and do a postgres restart using : $sudo service postgresql restart