Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- GPU
- JSON
- PostgreSQL
- Audit Log
- rsyslog
- Shell
- Chrome
- GNOME
- Elasticsearch
- 파이썬
- Kubernetes
- bash
- C
- 디렉토리
- log
- docker
- zabbix
- centos 7.5
- 크롬
- audit
- CentOS
- Linux
- RHEL
- K8S
- syslog
- yum
- Elk
- 서울시민카드
- 빅데이터
Archives
- Today
- Total
Sysops Notepad
Centos 7 postgresql 접속 오류시 조치 방법 본문
728x90
처음 postgresql 구성간 아래와 같은 에러 메세지가 나올 경우
....
psycopg2.OperationalError: FATAL: Ident authentication failed for user "test"
....
psql: FATAL: Peer authentication failed for user "test"
[root] # vi /var/lib/pgsql/10/data/pg_hba.conf
위 경로 들어가 상황에 맞게 METHOD 부분의 ident를 MD5 or trust로 변경해 준다.
# IPv4 local connections:
host all all 127.0.0.1/32 md5
[root] # systemctl restart postgresql-10
접속 성공~
728x90
'업무 > sys' 카테고리의 다른 글
[Grafana] Grafana Server 구축 하기 (0) | 2018.09.29 |
---|---|
Centos 7 GUI 설치 (0) | 2018.09.29 |
Centos 7 Postgresql 10 설치 및 DB 생성 (0) | 2018.07.08 |
Centos 7 Audit Log 확인하기 (0) | 2018.06.13 |
Docker proxy 설정 방법 (0) | 2018.06.06 |
Comments