简体   繁体   中英

PostgreSQL 9.6 w/ pgAdmin 4: unable to backup database (missing pg_dump, pg_restore)

When I try to backup my PostgreSQL database in pgAdmin4, the process fails with exit code 1, stating that 'pg_dump.exe' is not recognized.

Under 'Preferences > Paths', I specified 'C:\\PostgreSQL\\pg96\\bin' as the PostgreSQL Binary Path. However, it appears that pg_dump is not present in this or any other directory.

What might I be able to do in order to create this backup? Your advice will be greatly appreciated.

I am able to find pg_dump binary with my installation at

'C:\\Program Files\\PostgreSQL\\9.6\\bin'

How did you install PostgresSQL & pgAdmin4?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM