Use this file to discover all available pages before exploring further.
Network Connection Refused
Error Message: Please make sure that your database is running and you have whitelisted all three of our IP address (3.6.225.10, 13.205.69.7, 13.204.201.25)
Check Database Server: Ensure that your PostgreSQL server is actively running.
2
IP Whitelisting
Modify your PostgreSQL settings to include the IP addresses (3.6.225.10, 13.205.69.7, 13.204.201.25) in the whitelist, which may involve adjusting the pg_hba.conf file or firewall settings. More information on whitelisting here
3
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Network Connection Not Found
Error Message: Unable to connect to the database, please make sure that your database URL is correct.
Make sure that the username and password in your connection settings are accurate and correspond to what is configured on your PostgreSQL server.
2
Reset password
If necessary, reset the password for the user in PostgreSQL and update it in your connection settings.
Create New User in PostgreSQL
Learn how to create a new user in PostgreSQL to provide appropriate read only access.
3
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Database Does Not Exist
Error Message: Database does not exist. Please verify the database name.
1
Verify db name
Confirm that the database name in your connection settings matches an existing database on your PostgreSQL server. This common issue occurs when the database name is misspelled or the database was not created. Here’s the command: \l
2
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Connection Attempt Timed Out
Error Message: Connection attempt timed out. Please try again later.
Check if the PostgreSQL server is operational and not undergoing maintenance or downtime which could impede connections.
2
Whitelist IP
Ensure that the IP addresses (3.6.225.10, 13.205.69.7, 13.204.201.25) is added to the whitelist in your PostgreSQL settings, which may include modifying the pg_hba.conf file or adjusting firewall settings to allow the connection.
3
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Connection Timeout Exceeded
Error Message: Connection timeout exceeded. Please verify the host and port details.
Double-check that the host and port information in your connection settings are correct and that the PostgreSQL server is actively listening on that host and port.
2
Firewall settings
Check to see if any firewall configurations are blocking the connection to the specified port.
3
IP Whitelisting
Confirm that the IP addresses (3.6.225.10, 13.205.69.7, 13.204.201.25) is whitelisted within your PostgreSQL settings, possibly requiring changes to the pg_hba.conf file or firewall configurations.
4
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Maximum Connection Limit Reached
Error Message: Maximum connection limit reached. Please try again later
Review the current connections to your PostgreSQL server and close any that are unused or stale to free up space for new connections.
2
Increase Max Connections
Consider adjusting the max_connections setting in your postgresql.conf file to increase the number of allowable concurrent connections, ensuring your server is equipped to handle the additional load.
3
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
IP Not Whitelisted
Error Message: Unable to connect to the database. Please make sure that you have whitelisted all three of our IP address (3.6.225.10, 13.205.69.7, 13.204.201.25)
Double-check your PostgreSQL configurations to ensure all three of our IP addresses (3.6.225.10, 13.205.69.7, 13.204.201.25) are properly whitelisted. This may require adjustments in the pg_hba.conf file or firewall settings to allow the connection. More on this here
2
Reach Out for Support
If you’ve tried the above steps and still facing issues, don’t hesitate to contact us at support@superjoin.ai. We will respond immediately.
Unknown Error
Error Message: An unknown error occurred while connecting to the database