Let's assume you have JetPatch all in one, you can SSH into the server and run the following command:
psql -U jetpatch -h localhost jetpatchdb
Note: Assumes db username = jetpatch and db name = jetpatchdb.
NOTE: Some deployments may have intigua (user=intigua, dbname=intiguadb)
psql -U intigua -h localhost intiguadb
Enter DB password from manager server intigua.properties:
/usr/share/tomcat/default/conf/intigua.properties
After making any DB change, please restart tomcat on manager server (service tomcat restart).
Comments
0 comments
Please sign in to leave a comment.