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