Re: Container deploy & PSQL tool

2021-08-17 Thread Dave Page
Hi On Wed, Aug 18, 2021 at 5:33 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Paolo, > > I did something like this to mount my host home directory to docker > /home/pgadmin. .psqlrc defaults to user home directory which is > /home/pgadmin. Can you try this once ? > > docker

Re: Container deploy & PSQL tool

2021-08-17 Thread Paolo Saudin
Thank you very much, I managed to map the directory and now all is fine! Paolo docker run -p 5050:80 \ -v pga4volume:/var/lib/pgadmin \ -v pga4volume:/home/pgadmin \ -e 'PGADMIN_DEFAULT_EMAIL=u...@domain.com' *\* -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' *\*

Re: pgAdmin4 stopped working with VPN upon upgrade.

2021-08-17 Thread Khushboo Vashi
Hi, On Wed, Aug 18, 2021 at 4:23 AM Rick K6y wrote: > > I run pgAdmin4 in an Ubuntu VM. > I connect to a PostgreSQL database running on AWS RDS. > To connect to RDS, I run an OpenVPN to AWS. > On my host OS, I run a VPN from my Windows virus software vendor for > general privacy. > > All of this

Re: Container deploy & PSQL tool

2021-08-17 Thread Aditya Toshniwal
Hi Paolo, I did something like this to mount my host home directory to docker /home/pgadmin. .psqlrc defaults to user home directory which is /home/pgadmin. Can you try this once ? docker run -p 80:80 *\* -v /Users/adityatoshniwal:/home/pgadmin \ -e 'PGADMIN_DEFAULT_EMAIL=u...@domain.co

pgAdmin4 stopped working with VPN upon upgrade.

2021-08-17 Thread Rick K6y
I run pgAdmin4 in an Ubuntu VM. I connect to a PostgreSQL database running on AWS RDS. To connect to RDS, I run an OpenVPN to AWS. On my host OS, I run a VPN from my Windows virus software vendor for general privacy. All of this worked fine until today when I upgraded to pgAdmin4 5.6 using *apt.*