Answers for "utility 'pg_dump' not found in client home"

1

pg_dump command not found

For 14.04 you can just install postgresql-client (as it depends on postgresql-client-common):

sudo apt-get install postgresql-client
To quickly know which package contains a command/binary missing on your system, just use package.ubuntu.com (Search the contents of packages).
Posted by: Guest on March-05-2021

Code answers related to "utility 'pg_dump' not found in client home"

Browse Popular Code Answers by Language