PostgreSQL
Connect PostgreSQL to access relational databases, tables, and query data through Cendriix agents.
Overview
| Auth method | Connection String |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the PostgreSQL integration
- Enter your connection credentials
- Once configured, database data becomes available
Getting your credentials
- Provide your PostgreSQL connection string:
postgresql://user:pass@host:5432/dbname - For security, use a dedicated read-only database user
Capabilities
Once connected, Cendriix agents can:
- Run read-only queries against PostgreSQL databases
- Access table schemas and indexes
- Reference database structure for migration planning
Security notes
- Always use a dedicated read-only user for Cendriix access
- Connection credentials are stored encrypted in AWS Secrets Manager
- Ensure network access (VPC peering or IP allowlist) is configured
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on