Re: [pgadmin-support] pgAdmin 4 v1.3 fails to load

2017-04-03 Thread Dave Page
All, Please try one of the Mac/Windows test builds at https://developer.pgadmin.org/~dpage/. I would strongly advise doing a complete uninstall before installing, to ensure no old, unused files are left behind. Thanks. On Mon, Mar 27, 2017 at 6:40 PM, Bruce Peret wrote: > I just upgraded to 4.1

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread Dave Page
On Mon, Apr 3, 2017 at 2:30 PM, rhuddbiz wrote: > i don't think knowing nginx is the key to this. it's more of a general > question for any proxy setup that uses python to run pgadmin4. we are > launching pgadmin4 on localhost:5050, with a systemd file containing > /usr/bin/python3.5 > /usr/loca

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread rhuddbiz
i don't think knowing nginx is the key to this. it's more of a general question for any proxy setup that uses python to run pgadmin4. we are launching pgadmin4 on localhost:5050, with a systemd file containing /usr/bin/python3.5 /usr/local/lib/python3.5/dist-packages/pgadmin4/pgAdmin4.py is ther

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread Dave Page
On Sun, Apr 2, 2017 at 9:00 PM, rhuddbiz wrote: > how can i specify a path for the python application behind nginx ? we want > to enable security with our existing ssl cert . we have https://foo.com/ > and we want to forward https://foo.com/pgadmin/ to our python wrapper around > pgadmin4. unfo

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-03 Thread rhuddbiz
how can i specify a path for the python application behind nginx ? we want to enable security with our existing ssl cert . we have https://foo.com/ and we want to forward https://foo.com/pgadmin/ to our python wrapper around pgadmin4. unfortunately, the naive approach does not work as the href l

[pgadmin-support] pgAdmin III Total query runtime back in microseconds

2017-04-03 Thread Pierre Racine
Hi, I have pgAdmin III 1.22.2. The total query runtime​ at the bottom right of the Query tool window is now displayed in minutes when it's over 60 seconds. Is it possible to set it back to always show microseconds like it was in older versions? Thanks, Pierre