Hello Guys,
I am new with Apigee, I am trying to setup apigee on-prem. Installation of Apigee-Postgresql failed with this error :
pigee-configutil: apigee-postgresql: # OK
apigee-service: apigee-postgresql: Not running (NO_LOCKFILE)
apigee-service: apigee-postgresql: status=2, continuing
apigee-service: apigee-postgresql: Not running (DEAD)
apigee-service: apigee-postgresql: status=3, continuing
apigee-service: apigee-postgresql: Not running (DEAD)
apigee-service: apigee-postgresql: status=3, continuing
apigee-service: apigee-postgresql: Not running (DEAD)
apigee-service: apigee-postgresql: status=3, continuing
apigee-service: apigee-postgresql: Not running (DEAD)
apigee-service: apigee-postgresql: status=3, continuing
apigee-service: apigee-postgresql: Not running (DEAD)
apigee-service: apigee-postgresql: apigee-postgresql is dead
Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 3
I run this command : /opt/apigee/apigee-setup/bin/setup.sh -p ps -f /tmp/configFile
can you please provide any guidelines about this
and the log file of /opt/apigee/var/log/apigee-postgresql/apigee-postgresql.log
postgres: could not access the server configuration file "/opt/apigee/data/apigee-postgresql/pgdata/postgresql.conf": No such file or directory
should I start service : postgresql-14.service before the installation of apigee-postgres ?
Thanks