Re: help me solve the error

2021-11-03 Thread Fahar Abbas
Hi Pravin, The issue is fixed in #6809 and will be available in the next release. Meanwhile, you can install the nightly build to see if it works for you - https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2021-11-03/ If it doesn't work, then pl

Re: Docker container - servers.json

2021-11-03 Thread Dave Page
On Wed, Nov 3, 2021 at 2:56 PM Ashish Chandra wrote: > Actually, the issue was me not reading the fine print that the > servers.json is only used when the volume is created, and not subsequently. > I did a docker prune of all the volumes and re-ran my setup and the > servers.json was in fact used

Re: Docker container - servers.json

2021-11-03 Thread Dave Page
Hi On Tue, Nov 2, 2021 at 7:09 PM Ashish Chandra wrote: > Hi, > > According to > https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html > having a files servers.json in the /pgadmin4 folder should enable server > info to be pre-loaded into pgadmin4 when it launches. > > Howe