해결된 질문
작성
·
327
1
PostgreSQL 여러번 지우고 재설치 하여 backup DB restore 결과가 Failed 나오네요 문제가 뭘까요?
답변 2
1
1
안녕하세요. jkkim999님!
PostgreSQL Binary Path 확인이 필요할 것 같습니다!
아래와 같이 이동하셔서 PostgreSQL 설치 버전에 대한 Binary Path 지정해주세요!
(아래 Stack Overflow도 꼭 참고해주세요!)
https://stackoverflow.com/questions/77462578/pgadmin-error-when-restoring-database-from-tar-file
You need to change the path in pgadmin. In my case, I have PostgreSQL 16.
Go to File/Preferences/Paths/Binary_paths
Choose your PostgreSQL version and change to the binary path as:
C:\Program Files\PostgreSQL\16\bin.
위 문제가 아니라면, 자세한 에러 메세지 및 스크린샷 첨부 부탁드립니다! 더 자세한 답변 드릴 수 있도록 하겠습니다.