일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스노트
- Linux
- 프로그래머스
- programmers
- Routing
- docker
- Python
- Container
- coding test
- 트레바리
- TDD
- 코딩 테스트
- 코딩테스트
- OSI7계층
- 스노트 룰
- 라우팅
- 도커
- 리눅스
- Cosmos
- Snort Rule
- database
- snort
- MySQL
- osi7layer
- db
- 라우터
- 컨테이너
- 데이터베이스
- 라우팅프로토콜
- Router
Archives
- Today
- Total
목록오류 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT

psql 접속 중 오류가 발생했어요. 잘 사용해 왔는데, 갑자기 왜 이럴까... 궁금해졌죠. 이유는 간단해요! 내부 postmaster.pid 파일이 발생시키는 Process 충돌 때문입니다. 아래 명령어로 간단하게 해결이 가능해요! $ brew services stop postgresql Stopping `postgresql`... (might take a while) ==> Successfully stopped `postgresql` (label: homebrew.mxcl.postgresql) $ rm /usr/local/var/postgres/postmaster.pid $ brew services start postgresql ==> Successfully started `postgresql` (l..
Simple is IT/Database
2020. 9. 29. 12:20