Backup and Restore option not available in pgAdmin III

Pradnya picture Pradnya · Jan 20, 2015 · Viewed 14.9k times · Source

I have to take backup of my database but when I right click DB and then backup The button for backup is disabled. Similarly in existing database ,not able to restore because the Restore button too disabled. I was working fine till the time I created a new database.

How do they get enabled?

Answer

Ledazinha picture Ledazinha · Feb 16, 2016

I had the same problem in ubuntu 14.04. It was necessary to install both postgresql-client-common (which contains pg_dump and pg_restore) and postgresql-client packages.