Overview
Connect Plumi to PostgreSQL databases, including:- Self-hosted PostgreSQL
- Amazon RDS for PostgreSQL
- Azure Database for PostgreSQL
- Google Cloud SQL for PostgreSQL
- Supabase
- Neon
Connection Details
SSL Modes
Setting Up a Read-Only User
Create a dedicated read-only user for Plumi:Cloud Provider Setup
Amazon RDS
- Ensure your RDS instance is publicly accessible or use VPC peering
- Add Plumi’s IP to your security group inbound rules
- Use the RDS endpoint as the host
Azure Database
- Enable “Allow access to Azure services” or add firewall rules
- Use the server name as the host (e.g.,
yourserver.postgres.database.azure.com) - Username format:
username@servername
Google Cloud SQL
- Enable public IP or configure private IP access
- Add Plumi’s IP to authorized networks
- Use the Cloud SQL public IP as the host
Troubleshooting
”No pg_hba.conf entry”
Your database isn’t configured to accept remote connections. Updatepg_hba.conf to allow connections from Plumi’s IP.