Great, thanks. Can you now test it in a container? I think you'll need to
map the file location in the container to the host machine, and then
specify the location in the container (e.g. /pgpass in the example below)
when you configure the server in pgAdmin. e.g.
docker run -p 80:80 \
-e "
Yes Dave it's working as expected.
On Thu, Jun 27, 2019 at 8:16 PM Dave Page wrote:
> Fahar, can you verify that the Password File option works as expected (or
> not) in a non-containerised environment? It should *not* require PGPASSFILE
> to be set (because that's basically what it should be do
Fahar, can you verify that the Password File option works as expected (or
not) in a non-containerised environment? It should *not* require PGPASSFILE
to be set (because that's basically what it should be doing for us).
Thanks.
On Thu, Jun 27, 2019 at 8:27 AM Andrew Coleman
wrote:
> Recently, wh