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

2024-03-15 Thread Samrat Gurung
deployment.yaml file containers: - image: postgres:8.4 env: - name: PFADMIN_SERVER_JSON_FILE value: /pgadmin4/servers.json volumeMounts: - name: server-config mountPath: /pgadmin4/servers.json subPath: servers.json - name: password-config mountPath: /var/lib/storage/pgpass subPath: pgpass volumes:

Re: invalid connection option "passfile"

2024-03-15 Thread hubbamubba
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-packages/flask/app.py", line 1823, in full_dispatch_request rv = self.dispatch_re