for private cloud deployment, I initially installed everything fine (I installed without authentication for Cassandra). Everything worked, I was able to log into edge ui, developer portal, etc. All services were running. Then I decided to change the Cassandra password so I executed the command
apigee-service store_cassandra_credentials -f /opt/apigee/config/apigee.cfg for various components.
This is a 5 node cluster. On management server I accidentally ran
apigee-service edge-postgres-server store_cassandra_credentials -f /opt/apigee/config/apigee.cfg (the management server does not have postgres server, only postgresql). Anyway, obviously, this gave an error… now, I cannot get postgresql to start on management server. it keeps saying server is dead. The directory /opt/apigee/data/apigee-postgresql/pgdata does not exist now.
I am thinking of just reinstalling (unless someone can give me a good solution)… I am thinking of just reinstalling the management component and it will reinstall postgresql.
Question. Will this destroy any of my current setup (the organization, virtual hosts, etc) I have already created?.. Will apigee delete or modify the existing property files for management server?.
Does anyone have a solution that does not involve reinstalling management component?