Inflearn コミュニティ Q&A
PostgreSQL 16 사용 중인데 복원시 에러 가 발생합니다.
解決済みの質問
作成
·
670
0
학습 자료에 올라와있는 자료로 복원시 에러가 발생합니다.

C#postgresql.netblazorwasm
回答 1
0
RAZOR
インストラクター
안녕하세요. 011aegisep님!
PostgreSQL Binary Path 확인이 필요할 것 같습니다!
아래와 같이 이동하셔서 PostgreSQL 16에 대한 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.





