In PgAdmin 4 Utility not found

Viewed 16506

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

2 Answers

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

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)

Related