Question
4
Replies
816
Views
Posted: May 20, 2019
Last activity: January 23, 2020
Closed
Pega 8.2 Personal Edition Postgre Connection Detail?
Hostname: my local ip,
Port: 5432
Maintenance Database: ??
User Name: ??
Password: ??
Role: ??
Service: ??
Thanks.
***Edited by Moderator Marissa to move from Pega Academy to Pega Support Community; update platform capability tags***
Hi Maroof,
Please navigate to personal edition folder.
PRPCPersonalEdition/tomcat/conf-->context.xml
You will find below code snippet.
<Resource name="jdbc/PegaRULES"
auth="Container"
type="javax.sql.DataSource"
maxTotal="100"
maxIdle="30"
maxWaitMillis="10000"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5433/postgres"
username="postgres"
password="postgres"/>
Mostly it will be postgres/postgres.
Thanks,
Abhinav