posgresSQL 설치시 에러 내용
207
작성한 질문수 5
안녕하세요. grafana 수강자 입니다. posgresSQL 설치시 에러 내용 입니다. .' Error response from daemon: ports are not available: exposing port TCP 0.0.0.0:5432 -> 127.0.0.1:0: listen tcp 0.0.0.0:5432: bind: address already in use ''
port 번호를 변경하면 실행이 안돼는것 같습니다. 어떻게 해야 할까요?
답변 3
1
안녕하세요. 5432 포트가 이미 사용중인것 같습니다.
linux, mac의 경우 lsof -i :5432 명령어로 사용중인지 여부를 알수 있습니다.
혹은, docker ps 실행해보시면 PORTS 열에서, 이미 postgres를 설치했거나 다른 container가 5432 포트를 사용중인지 알수 있습니다.
docker container 를 지우고 싶다면 docker rm -f 컨데이너ID 로 삭제하실 수 있고,
lsof 명령어에서 PID를 확인하셨다면 kill -9 프로세스ID 로 종료가능합니다.
0
안녕하세요. docker -down -v 해서 다시 설치하면 포트번호는 맞게 들어가는데. 포트가 개방이 안돼는것 같습니다. ; CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fae5488c6056 postgres:latest "docker-entrypoint.s…" 5 seconds ago Restarting (1) 1 second ago postgres_db '
0
안녕하세요. 5432포트를 변경해서 5433으로 변경을하면 ,docker 에서 실행은돼는데. 또다른 에러메세지가 나오네요.. ㅜㅜ
"in 18+, these Docker images are configured to store database data in a
format which is compatible with "pg_ctlcluster" (specifically, using
major-version-specific directory names). This better reflects how
PostgreSQL itself works, and how upgrades are to be performed.
See also https://github.com/docker-library/postgres/pull/1259
Counter to that, there appears to be PostgreSQL data in:
/var/lib/postgresql/data (unused mount/volume)
This is usually the result of upgrading the Docker image without
upgrading the underlying database using "pg_upgrade" (which requires both
versions).
The suggested container configuration for 18+ is to place a single mount
at /var/lib/postgresql which will then place PostgreSQL data in a
subdirectory, allowing usage of "pg_upgrade --link" without mount point
boundary issues.
See https://github.com/docker-library/postgres/issues/37 for a (long)
discussion around this process, and suggestions for how to do so. "
DB 설치하는부분이 힘드네요..
1
혹시 postgres 버전을 변경하셨을까요?
docker-compose down -v
docker-compose up -d설치 내용을 삭제하고 다시 실행해보면 좋을것같습니다.
처음에 실패하고 이것저것 시도 하시면서 뭔가 꼬인것 같습니다.
소스코드즘 부탁드립니다.
0
9
1
유저 이미지 등록 에러
0
7
1
섹션12 강의에 대한 질문
0
13
1
!!!!!강의내용 틀린 부분 수정좀 해줘요!!!!!!!
1
26
1
강의 제작
1
42
1
menupan.git 레포지토리가 보이지 않습니다.
0
45
2
실무에서 동의어 정의 관련
0
44
2
맥-openclaw.json 파일 없음.
0
99
5
VIM - Vi Improved
0
37
1
컨트롤러
1
60
2
네임스페이스+파드
0
65
3
백엔드 이미지
0
46
1
수업 자료 사이트가 또 바뀌었을까요?
0
36
1
강의영상 과 자료
0
67
2
IP 가 어딨나요?
1
62
2
설치 문제 없는건가요?
1
48
1
xshell 접속오류
1
66
2
docker 마지막 실습(app(flask) + mysql) 연동 과정
1
60
2
워드프레스 502 Bad Gateway 오류
0
62
2
aws 관련 질문드립니다.
1
58
3
제미나이 이미지생성 노드를사용했고 n8n에서 생성된 이미지를 해당 서버로 자동 업로드할때 value에 값을 어떤걸 넣어줘야 할까요>?
0
39
1
제미나이 이미지 생성 대체
0
75
2
kubectl exec 에러가 발생해서 문의드립니다.
0
84
3
postgres 수업중 case 함수 스크립트 자료
0
74
1





