Я пытаюсь подключиться к своему управляемому экземпляру PostgreSQL в IBM. Иногда подключается через Pgadmin. У меня нет успеха при подключении через терминал или код c# (npg sql). Ниже приведена ошибка, которую я получаю.
psql: error: could not connect to server: could not connect to server: Operation timed out
Is the server running on host "someaddress.databases.appdomain.cloud" (xxx.xx.xxx.218) and accepting
TCP/IP connections on port 30331?
could not connect to server: Operation timed out
Is the server running on host "someaddress.databases.appdomain.cloud" (xxx.xx.xxx.98) and accepting
TCP/IP connections on port 30331?
could not connect to server: Operation timed out
Is the server running on host "someaddress.databases.appdomain.cloud" (xxx.xx.xxx.197) and accepting
TCP/IP connections on port 30331?
Меня удивляет, почему иногда это удается при попытке через pgadmin. Также в сообщении об ошибке указаны 3 IP-адреса, почему это так? Я не думаю, что белый список IP-адресов является проблемой в противном случае сообщение об ошибке было бы другим