posgresSQL 설치시 에러 내용
187
작성한 질문수 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설치 내용을 삭제하고 다시 실행해보면 좋을것같습니다.
처음에 실패하고 이것저것 시도 하시면서 뭔가 꼬인것 같습니다.
aws 로드 밸런서가 생성되지 않습니다.
0
18
2
민구님 설치시 또 막혀서 질문드려요
0
29
2
git clone 명령어를 어디 터미널에다 붙여넣어야 하나요?
0
33
2
html 파일을 못 불러 옵니다.
0
32
2
twitterdb 연결이 안돼요
1
27
2
임포트 오류
0
34
2
이제 인프런에서 강의 더 안산다. 후져....
0
42
1
소스코드 어디서 다운받아요?
0
52
5
Docker 환경
0
66
2
Windows localhost:30000 연결 거부 현상
0
50
2
수강완료 후 문의 드립니다.
1
47
2
[15. ConfigMap, Secret - 실습] Env (File) 실습 시 문의사항
1
55
2
페어링 오류
0
48
2
코드자료 활용 깃
1
34
2
Node Schedule 실습 시 pod3 생성 시 메모리 요청량이 올라가지 않는 사항
1
45
1
실습용 테이블, 데이터 생성 파일 있을까요?
2
60
2
localhost:30000 접속 안되는 문제 관련 질문
0
67
2
Guest OS
1
61
2
최신버젼 다운로드
0
51
2
회사 내 AI 툴 사용에 대한 질문
0
55
1
수업에서 사용하는 툴 질문드려요
0
58
2
Docker Desktop 설치 관련 질문
0
61
2
강의자료 문의
0
26
1
postgres 수업중 case 함수 스크립트 자료
0
61
1





