Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In PgAdmin 4 Utility not found

Please help me resolve this error

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

1

like image 701
Soko Nafuu Avatar asked Sep 03 '25 06:09

Soko Nafuu


2 Answers

Please set binary path by using steps mention in below screenshot. enter image description here

like image 190
Rakesh Soni Avatar answered Sep 05 '25 00:09

Rakesh Soni


Configure pgAdmin->Paths->Binary paths and set

"PostgreSQL Binary Path" to

your postgres installation folder/bin.

There you should find all the executables such as (pg_dump.exe, pg_restore.exe...etc)

like image 29
Heytham AlShayeb Avatar answered Sep 05 '25 01:09

Heytham AlShayeb