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
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' *\*
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
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
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.*