Home > Net >  Please configure the PostgreSQL Binary Path in the Preferences dialog
Please configure the PostgreSQL Binary Path in the Preferences dialog

Time:10-13

So I am setting up PostgreSQL on my PC by following Jose Portilla's Course on Udemy and when I had to restore a database by the name of dvdrental. It showed up the message

`Please configure the PostgreSQL Binary Path in the Preferences dialog.

What am I supposed to do now? Any and All Help is Appreciated

CodePudding user response:

I had the same problem, I leave you the steps

  1. Click Files -> preferences -> Binary path
  2. ProgresSQL Binary path: c:\Program Files\PosgresSQL\13\bin
  3. Click right DataBase-> Restore...

NOTE: https://www.youtube.com/watch?v=7cBkXKCY4Ew

  • Related