Answers for "zsh: command not found: pg_dump on mac"

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
1

zsh: command not found: pg_restore docker

docker exec -it <name> pg_restore <input> > <output>.sql
Posted by: Guest on June-04-2021

Code answers related to "zsh: command not found: pg_dump on mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language