Skip to main content

Add New Connector

To add a PostgreSQL connector:
  1. Select Connectors in the left sidebar and click “New Connector”
  2. Select PostgreSQL from the list of connectors
  3. Fill in the connection details below and click “Create Connector”
  4. Configure your sync schedule

Connection Options

Host
text
required
The hostname or IP address of your PostgreSQL server
Port
number
required
The port number for your PostgreSQL server
User
text
required
The username for database authentication
Password
password
required
The password for database authentication
Database
text
required
The name of the database to connect to
Connection Type
select
required
How to connect to your database

SSH Tunnel Options

When using SSH Tunnel connection type, the following additional options are available:
SSH Host
text
required
The hostname of your SSH server
SSH Port
number
required
The port number for SSH connection
SSH User
text
required
The username for SSH authentication

Additional Resources