UiPath Documentation
industry-department-solutions
latest
false
UiPath logo, featuring letters U and I in white

Supply Chain & Retail Solutions user guide

Last updated Apr 16, 2026

Configuring a PostgreSQL connector

A PostgreSQL connector extracts data directly from your PostgreSQL databases into Peak, enabling you to pull specific datasets for analysis.

Prerequisites

Before configuring a PostgreSQL connector, ensure you meet the following requirements:

  • You have access to Peak with permissions to configure Data Sources.
  • You have PostgreSQL database credentials (host, port, username, password, database name).
  • Your PostgreSQL server is accessible from Peak (network connectivity and firewall rules configured).

Configuring the connection

  1. In Peak, open Manage and select Data Sources.
  2. Select Add feed and choose the PostgreSQL connector.
  3. At the Connection stage, either select an existing connection from the dropdown or select New connection.
  4. Enter the connection parameters. See Connection parameters.
  5. Select Test to validate the connection. If the test fails, hover over the info icon for details.
  6. Select Save and proceed to the next stage.

Connection parameters

ParameterDescription
Connection nameA name for this connection. Use alphanumeric characters.
Database hostThe hostname of the server where your database is running (for example, customers.domain.com).
Database portThe port your database uses (typically 5432).
Database usernameThe username for database access.
Database passwordThe password for database access.
Database nameThe name of the database.

Connecting through SSH

If your database requires an SSH tunnel, select Connect through SSH and enter the following:

ParameterDescription
SSH host or IPThe SSH server host or IP address.
SSH portThe SSH port (typically 22).
SSH userThe SSH server username.
SSH passwordOptional. The SSH server password.
Public keyRequired if no password is used. Copy the public key and add it to the SSH server.

Peak's external IP address is the same across all tenants. Add it to your SSH server allowlist to allow the connection.

Configuring import settings

  1. Select the database table to ingest and preview the data.
  2. Select a load type: Truncate and insert, Incremental, or Upsert. See Load types.
  3. Optionally, add field filters by operator and value.
  4. Add a primary key if using the upsert load type (required for upsert).
  5. Enter a feed name following these rules:
    • Use only alphanumeric characters and underscores.
    • Must start with a letter.
    • Must not end with an underscore.
    • Maximum 50 characters.

Configuring the destination

Select where your data will be ingested. Available options depend on your configured data warehouse. See Destination options.

Configuring the trigger

Set up how and when the feed runs. See Triggers and watchers.

Result

Peak creates the PostgreSQL connector feed and runs it according to the selected trigger. You can monitor feed runs and troubleshoot failures from Manage > Data Sources.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated