Data Will not import into PG Admin

Viewed 7521

'C:\Program Files\PostgreSQL\13\pgAdmin 4\runtime\psql.exe' file not found. Please correct the Binary Path in the Preferences dialog

This is the response when I get when I try to import data into pg admin. I had the data imported before and it didnt save.

3 Answers

In pgAdmin, simply open File->Preferences, then Paths->Binary Paths.

There, fill in the PostgreSQL Binary Path. In my case, I had to put C:\Program Files\PostgreSQL\13\bin

enter image description here

Then, save it before exit, ofc.

shortcut path for the bin folder: $DIR/../../bin

In pgAdmin, you have to open File->Preferences, then Paths->Binary Paths->PostgreSQL Binary Path.

Simple add following path in

Windows OS

C:\\Program Files\\PostgreSQL\\13\\bin

Then save the path...

Related