How-to Guide: Locating The Required Details to Connect Postgres
Last updated
Last updated
This guide will help you set up integrations with your PostgreSQL database, including locating important details and allowing access from Ledge’s static IP address (34.231.208.110).
Your database administrator should have the details available and can help in setting up permissions.
For convenience, below are instructions on getting the required details based on your cloud provider (Azure, Google Cloud Platform, or AWS).
Note: you will need admin privileges to complete this guide.
Sign in to the .
Navigate to Azure Database for PostgreSQL by searching for "PostgreSQL" in the search bar.
Select your PostgreSQL server from the list.
Under the Overview tab, find the Server name. It looks something like:
The port for PostgreSQL is usually 5432.
Open a PostgreSQL client like pgAdmin or use Azure Data Studio.
Connect to your PostgreSQL server using the server name, port, username, and password.
Once connected, expand the database in the left-hand menu to view schemas and tables.
Schema: Groups tables and other objects in your database.
Tables: Data is stored in tables, typically listed under each schema.
In the Azure Portal, go to your PostgreSQL server.
Under Settings, select Networking or Connection Security.
Add a new firewall rule:
Rule name: Allow-34.231.208.110
Start IP: 34.231.208.110
End IP: 34.231.208.110
Save the changes.
Navigate to Cloud SQL by searching for "Cloud SQL" in the search bar.
Select your PostgreSQL instance from the list.
In the Instance Details, locate the Public IP address under the Connect to this instance section.
Example: 192.168.13.37
The port for PostgreSQL is usually 5432.
Open a PostgreSQL client like pgAdmin or connect using the Cloud Shell.
Connect to your PostgreSQL instance using the public IP address, port, username, and password.
Once connected, view schemas and tables by expanding the database objects in your client.
In the Google Cloud Console, go to your PostgreSQL instance.
Under the Connections tab, find the Authorized networks section.
Add a new network:
Name: Allow-34.231.208.110
Network: 34.231.208.110/32
Save the changes.
Navigate to RDS (Relational Database Service).
Select your PostgreSQL instance from the list.
Under Connectivity & security, find the Endpoint. It looks something like:
The port for PostgreSQL is usually 5432.
Open a PostgreSQL client like pgAdmin or use an EC2 instance to connect to your database.
Connect to your PostgreSQL instance using the endpoint, port, username, and password.
Once connected, explore the database to view schemas and tables.
In the AWS Management Console, navigate to RDS.
Under Connectivity & security, find the VPC security groups section.
Click on the security group associated with your database.
In the Security Groups page, go to the Inbound rules tab.
Add a new rule:
Type: PostgreSQL
Protocol: TCP
Port Range: 5432
Source: 34.231.208.110/32
Save the changes.
With these steps completed, your PostgreSQL integration is set up, and the IP address 34.231.208.110 has access. If you need further help, reach out to your Ledge CSM or contact your IT support team.
Sign in to the .
Sign in to the .