Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Postgres IP Errors

Customer getting error when trying to connect Postgres. Error: is Postgres running on 101.16.45.198
But Postgres is running on 101.16.45.199
Port 5598
But not on 5432
Listen address is set to '101.16.45.199'
How could we fix it?

Solution :
1.check the listen_address .
2.check your server IP using ifconfig.
3.check your application configuration file given IP address whether correct or not.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction