Should Pega server and Pega DB server (pgadmin 4) run on the localhost with different port numbers ?

Would there be any issues if both the Pega server and Pega DB server (pgadmin 4) run on the same localhost port 5432? I used the same port 5432 for both during their installation. I didn’t see any errors, but wanted to aware of any issues that might pop up later. I appreciate any information about this.

Thank you.

@ManjulaM6486

When using PostgreSQL, the pega DB server often uses port 5432, and you could connect to the Pega DB server at port 5432 with pgadmin 4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL

@shanp

Thank you for the information.

@ManjulaM6486 If you have database and tomcat(application server where prweb deployed) both of these services should run two different ports.

For postgres default port is 5432

and for tomcat its 8080.

@RaviR257 Yes, I have them on different ports. Thank you.