From: | Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com> |
---|---|
To: | Prashanth Golla <prashanth(at)modiface(dot)com> |
Cc: | "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org> |
Subject: | Re: SSL connectivity issue from PGAdmin to Google Cloud SQL |
Date: | 2024-06-12 11:58:40 |
Message-ID: | CAMa=N=NXoL4E6Ta1vPaWZ9wKCper_q-XREkWd1Up61K1nT2V6Q@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi,
Users can not access the /var/lib/pgadmin path. You can copy
certificates with below code -
command: [ "/bin/sh","-c","mkdir -p /var/lib/pgadmin/storage/user_domain.com;
cp /tmp/.pgpass
/var/lib/pgadmin/storage/user_domain.com/.server.key;
chown pgadmin:root
/var/lib/pgadmin/storage/user_domain.com/.server.key;
chmod 600
/var/lib/pgadmin/storage/user_domain.com/.server.key;
"
I am not sure why uploading certificates is failing for you. Can you please
share a screenshot from the console or API call response from the network
tab which fails? or pgadmin logs.Ther should be the way to retrieve the
logs for containers deployed in Google cloud run.
Thanks,
Yogesh Mahajan
EnterpriseDB
From | Date | Subject | |
---|---|---|---|
Next Message | Maria Teresa Vega | 2024-06-12 17:22:16 | Access to pgAdmin 4 |
Previous Message | Akshay Joshi | 2024-06-06 11:09:23 | pgAdmin 4 v8.8 Released |