A guide to whitelist Superjoin’s IP address in your PostgreSQL server for access.
#1 Speak to your IT Admin
Provide the IP
Request Whitelisting
Test the Connection
Reach Out for Support
#2 Whitelist it yourself
SSH Into Your Server
Edit pg_hba.conf
/etc/postgresql/[version]/main/
. Add host all all 34.100.193.122/32 md5
. Save and close.Edit postgresql.conf
/etc/postgresql/[version]/main/
. Locate the line where listen_addresses is mentioned and add our ip address in it in the following manner - 34.100.193.122 the resultant should look like listen_addresses = '34.100.193.122'
Restart PostgreSQL
sudo service postgresql restart
ensures your settings take effect.Reach Out for Support
#3 Whitelist in Google Cloud (Cloud SQL)
Navigate to Google Cloud Console
Authorize Networks
Reach Out for Support