# Pastebin UNTCl47h / # postgres-health-check host=10.2.2.43 port=65401 user=postgres dbname=template1 sslmode=disable 2023/05/20 14:26:52 Could not ping database: dial tcp 10.2.2.43:5432: connect: connection refused 2023/05/20 14:26:52 Sleeping for 1s 2023/05/20 14:26:53 Could not ping database: dial tcp 10.2.2.43:5432: connect: connection refused 2023/05/20 14:26:53 Sleeping for 1s 2023/05/20 14:26:54 Could not ping database: dial tcp 10.2.2.43:5432: connect: connection refused 2023/05/20 14:26:54 Sleeping for 1s 2023/05/20 14:26:55 Too many attempts 2023/05/20 14:26:55 Exiting with code: 3 / # ping -c 1 10.2.2.43 PING 10.2.2.43 (10.2.2.43): 56 data bytes 64 bytes from 10.2.2.43: seq=0 ttl=64 time=0.052 ms --- 10.2.2.43 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.052/0.052/0.052 ms