Content
Data base not getting connected
Added by Abhi Chaturvedi 7 months ago
Each time when trying to connect to openproject database ,keep on getting the message Can some body help
regards
Abhi
root@scalenowai:# telnet hostname 5432# telnet 62.72.0.2e 5432
telnet: could not resolve hostname/5432: Temporary failure in name resolution
root@scalenowai:
telnet: could not resolve 62.72.0.2e/5432: Name or service not known
root@scalenowai:# telnet 62.72.0.2 5432# systemctl status postgresql
Trying 62.72.0.2...
telnet: Unable to connect to remote host: Connection refused
root@scalenowai:
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor pr>
Active: active (exited) since Fri 2024-05-03 13:31:34 UTC; 1 day 17h ago
Process: 957 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 957 (code=exited, status=0/SUCCESS)
CPU: 651us
May 03 13:31:34 scalenowai systemd[1]: Starting PostgreSQL RDBMS...
May 03 13:31:34 scalenowai systemd[1]: Finished PostgreSQL RDBMS.