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:
Depending on your database configurations, you may have to whitelist the SYNQ IP: 34.105.135.39
E.g., postgres
The name of your Postgres database
The name of your host, e.g., database-1.<host>.eu-north-1.rds.amazonaws.com
The default is 5432
Username and password you specified earlier in the guide