问题
在使用PgAdmin4对PostgreSQL数据库进行备份(数据库上右键,选择Backup)时,弹出了一个窗口,提示Utility file not found. Please correct the Binary Path in the Preferences dialog
Utility file not found. Please correct the Binary Path in the Preferences dialog
使用过很多次PgAdmin4进行数据备份,从来没有出现过这个问题,网上资料也很少,这里记录一下解决方案。
解决方案
- 点击顶部菜单栏,File→Preferences
- 在弹出的窗口中,点击Paths下的Binary paths
- 右侧内容滚动到最下方,根据自己本地PostgreSQL版本,勾选默认,并且在右侧选择对应PostgreSQL安装目录下的bin文件夹,然后点击保存
回到外面,充分备份数据库,发现成功了