aaP_muskansingh65553 I am using postgres as database and that database is from other IP so I configure remote database
aaPanel_Kern aaP_muskansingh65553 Can the server connect to postgres? try under telnet yum install telnet -y && telnet ip 5432 apt install telnet -y && telnet ip 5432
aaPanel_Kern aaP_muskansingh65553 Does the postgres server have the server provider's firewall? Is there a replacement configuration here? Did you restart postgres after the replacement? telnet ip 5432 Replace ip with your ip Note that there are spaces
aaP_muskansingh65553 my django application is on server A and Postgres database is on server B Both Port is Open
aaPanel_Kern aaP_muskansingh65553 Use the command line on server B to check whether there are related databases? Log in: su - postgres enter the database psql View database: \l Can server A be logged in remotely using the command line?