Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
86
rated 0 times [  86] [ 0]  / answers: 1 / hits: 152650  / 1 Year ago, mon, may 8, 2023, 6:16:19

I was trying to make a backup in a server and I got the error:



pg_dump command not found


I thought that if you had postgres installed, it worked. What I have to do to install this command? I do not think that it is possible with apt-get or aptitude.


More From » 14.04

 Answers
2

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).


[#24028] Monday, May 8, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
;