posgresSQL 설치시 에러 내용
194
5 asked
안녕하세요. 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 번호를 변경하면 실행이 안돼는것 같습니다. 어떻게 해야 할까요?
Answer 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설치 내용을 삭제하고 다시 실행해보면 좋을것같습니다.
처음에 실패하고 이것저것 시도 하시면서 뭔가 꼬인것 같습니다.
퍼블릭시티를 ai agent 제미나이로 대채
0
21
2
섹션2-18
0
18
2
윈도우에서 Node js를 설치하고 싶어요
0
26
0
Blog-Content-Writer에서 오류가 발생합니다.
0
26
2
섹션2-14 perplexity
0
27
2
chat model 종류
0
33
2
11강 테스트 툴스 오류
0
37
3
34강 비용절감 부분 질문이 있습니다.
0
27
2
search tool 에러
0
24
2
Int 값들 null 처리
0
24
1
db table 관련질문
0
27
1
지식공유 (윈도우 설치) [실습] 외부 MCP Server와 연동한 실시간 날씨 조회 - MCP Client 개발
0
34
1
제미나이 api 연결오류
0
34
2
자료 다운로드가 안됩니다.
0
34
2
현업에서 prisma relationMode는 사용안하나요?
0
31
1
유튜브 시연 영상 추가 기능 강의 업로드 계획
0
17
1
도커 GUI 툴, 포르테이너 설치
0
26
2
config 밑에 이미 파일 많이 들어가 있는데요.
0
42
3
안녕하세요 졸업프로젝트를 준비하는 학생입니다.!
0
54
1
관리자 페이지 질문
0
23
1
aws 로드 밸런서가 생성되지 않습니다.
0
31
3
민구님 설치시 또 막혀서 질문드려요
0
38
2
git clone 명령어를 어디 터미널에다 붙여넣어야 하나요?
0
41
2
postgres 수업중 case 함수 스크립트 자료
0
66
1

