We are able to start the install, and we confirmed the password but it is failing to continue.
Release : 21.2
Component :
Postgres database should be up and running and tomcat should be down during the CABI 7.9.1 installation.
Confirm if postgres db is up or down
pgrep -u postgres -fa -- -D
For the CABI upgrade, postgres should be running and tomcat should be down.
From <CABI_HOME>
use ./startServers.sh to start postgres db if its down.
and use ./stopServers.sh tomcat to shut down tomcat.
Rerun the install.