pgAdmin4에서 GCP PostgreSQL 연결 시 Connection refused 오류 해결 방법
2025. 5. 30.
pgAdmin4로 구글 클라우드 VM의 PostgreSQL에 접속할 때 발생하는 "Connection refused (0x0000274D/10061)" 오류의 원인과 해결 방법을 정리했습니다. 방화벽, PostgreSQL 설정, 포트 확인 등 실전 대응 팁을 제공합니다. PostgreSQL 서버 연결 과정에서 다음의 오류가 발생할 수 있다. 해당 오류의 처리 방법에 대해 알아보자. Unable to connect to server:could not connect to server: Connection refused (0x0000274D/10061)Is the server running on host "**.***.***.**" and accepting TCP/IP connections on port 54..