강의

멘토링

커뮤니티

Inflearn Community Q&A

jkim65196145's profile image
jkim65196145

asked

[C#/.NET 8.0] Welcome, new to Blazor Server?

Environment Setup (.NET 8.0 Installation & Visual Studio Installation) and Project Structure Overview

BackUp DB > Failed

Resolved

Written on

·

459

1

  • PostgreSQL 여러번 지우고 재설치 하여 backup DB restore 결과가 Failed 나오네요 문제가 뭘까요?

C#postgresql.netblazor

Answer 2

1

jkkim999님의 프로필 이미지
jkkim999
Questioner

Binary Path를 지정해 주니 backup DB restore 결과가 Finished 나오네요.

감사합니다.

1

RAZOR님의 프로필 이미지
RAZOR
Instructor

안녕하세요. jkkim999님!

PostgreSQL Binary Path 확인이 필요할 것 같습니다!

아래와 같이 이동하셔서 PostgreSQL 설치 버전에 대한 Binary Path 지정해주세요!

image

(아래 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.

위 문제가 아니라면, 자세한 에러 메세지 및 스크린샷 첨부 부탁드립니다! 더 자세한 답변 드릴 수 있도록 하겠습니다.

jkim65196145's profile image
jkim65196145

asked

Ask a question