Re: Scripted addition of servers?

2019-03-01 Thread Shaheed Haque
On Fri, 1 Mar 2019 at 09:40, Dave Page wrote: > Hi > > On Fri, Mar 1, 2019 at 9:30 AM Shaheed Haque wrote: > >> Elsewhere [1], I mentioned that I have pgAdmin running in server mode >> behind nginx and gunicorn in an embedded role, to provide admin access to a >> pre-determined set of servers. >

pgAdmin Download as CSV

2019-03-01 Thread Elizabeth Mytko
Hi, It seems the Download as CSV button doesn't work anymore for the last few versions. I upgraded from version 3.3 (didn't work here) to version 4.2 and it still doesn't work. It used to work before version 3.3 and downloaded the current query results to the c:\Downloads folder which was very h

Re: Scripted addition of servers?

2019-03-01 Thread Dave Page
Hi On Fri, Mar 1, 2019 at 9:30 AM Shaheed Haque wrote: > Elsewhere [1], I mentioned that I have pgAdmin running in server mode > behind nginx and gunicorn in an embedded role, to provide admin access to a > pre-determined set of servers. > > As part of that, the initial user is pre-configured pr

Re: Hosting pgAdmin4 behind nginx and at /pgdmin, for mortals

2019-03-01 Thread Shaheed Haque
OK, I got it working. This is how... On Mon, 25 Feb 2019 at 23:25, Shaheed Haque wrote: > > Hi, > > I'm a relative noob when it comes to the world of nginx, wsgi and so forth, but I do have several other things working (a Django app under gunicorn and the RabbitMQ web UI directly behind nginx). H

Scripted addition of servers?

2019-03-01 Thread Shaheed Haque
Elsewhere [1], I mentioned that I have pgAdmin running in server mode behind nginx and gunicorn in an embedded role, to provide admin access to a pre-determined set of servers. As part of that, the initial user is pre-configured programmatically like this: PGADMIN_SETUP_EMAIL=$SUPERUSER PGADM