Postgres
Integrating Postgres with Synq
This guide explains how to connect Synq to Postgres securely.
We need this information so we can collect metadata about your tables.
To be able to finish this guide, you’ll need the following:
→ Access to modify your Postgres configuration
⏱️ Estimated time to finish: 10 minutes.
Synq, by default, uses the pg_monitor
, which reads/executes various monitoring views and functions. See more in the Postgres documentation
The following setup does several separate steps:
- It creates a dedicated Synq user and user group
- It grants Synq the necessary permissions
Create a dedicated Synq user with sufficient permissions
Grant permissions to the relevant schemas
Whitelist IP
Depending on your database configurations, you may have to whitelist the Synq IP: 34.105.135.39
Input data in the Synq UI
Integration name
E.g., postgres
Database
The name of your Postgres database
Host
The name of your host, e.g., database-1.<host>.eu-north-1.rds.amazonaws.com
Port
The default is 5432
Username and password
Username and password you specified earlier in the guide