postgresql.conf (1) 썸네일형 리스트형 EC2: PostgreSQL remote connect PostgreSQL을 외부에서 접근할 수 있도록 설정 1. postgresql.conf 설정 변경 cd /etc/postgresql/VERSION/main/ nano postgresql.conf listen_addresses = '*' 으로 변경 2. pg_hba.conf 설정 변경 cd /etc/postgresql/VERSION/main/ nano pg_hba.conf host all all It.is.your.ip/32 md5 또는 host all all 0.0.0.0/0 md5 # 내 공인IP를 입력하거나 전체로 개방 # 다른 환경에서도 개발 진행하려면 전체 개방 또는 해당 ip 추가 등록 필요 # error example: no pg_hba.conf entry for host "xxx.xxx.xx.. 이전 1 다음