Re: invalid connection option "passfile"

2024-03-17 Thread Akshay Joshi
Hi Hubbamubba On Fri, Mar 15, 2024 at 11:01 PM hubbamubba wrote: > This is the exception from the pgadmin4 log file > > 2024-03-13 19:22:50,053: ERROR pgadmin: 'NoneType' object has no attribute > 'version' > Traceback (most recent call last): > File "/opt/pgadmin4/venv/lib64/python3.7/site-

Re: Error in passing the password in servers.json file while deploying pgadmin4 in kubernetes cluster

2024-03-17 Thread Aditya Toshniwal
Hi Samrat, I found this on searching on internet - https://stackoverflow.com/a/69475874 On Fri, Mar 15, 2024 at 11:01 PM Samrat Gurung wrote: > deployment.yaml file > > containers: > - image: postgres:8.4 > env: > - name: PFADMIN_SERVER_JSON_FILE > value: /pgadmin4/servers.json > volumeMounts: