PostgreSQL connection

This article provides a guide on how to create a PostgreSQL connection in Upsolver.

Create a PostgreSQL connection

1. Enter the connection string in the following format: jdbc:postgresql://HOST:PORT/DB_NAME where:

  • HOST = host name (e.g. database instance endpoint in AWS RDS)

  • PORT = port number

  • DB_NAME = database name

2. Enter your PostgreSQL database username.

3. (Optional) Enter the corresponding password.

4. Name this connection.

5. (Optional) Enter in the number of concurrent connections.

circle-exclamation

Last updated

Was this helpful?