Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do I set the binary path for when using postgres via docker?

Tags:

pgadmin-4

I'm trying to export table schema via pgadmin 4. I am running postgres in docker though so I don't have direct access to the filepath.

like image 703
Chris Stryczynski Avatar asked Apr 30 '26 09:04

Chris Stryczynski


1 Answers

Setting it to /usr/bin worked for me..

like image 111
Chris Stryczynski Avatar answered May 04 '26 07:05

Chris Stryczynski