Re: Does Not start

2018-11-19 Thread Akshay Joshi
Hi Vladislav Which version of pgAdmin4 are you using? Could you please share log files having name like - .pgadmin.startup and .pgadmin.. You'll find these files in your windows user directory. On Mon, Nov 19, 2018 at 10:58 PM Vladislav Ivanov wrote: > I have installed PostgreSQL 4.11 on my Win

RE: pgadmin 3.5 drop database fails because of active connection

2018-11-19 Thread John Nowlan
I stand corrected. Looks like it was pgbouncer.. Thanks This should not be the case.The database connection has been closed before deleting it. There should be another session (Ex: psql, query tool) which is creating this problem. So, try to close all the sessions before deleting any database f

Does Not start

2018-11-19 Thread Vladislav Ivanov
I have installed PostgreSQL 4.11 on my Windows 7 But the pgadmin4 is not able to contact the local server I have seen this (look at picture) Please help to run programme However PostgreSQL v.3 works well

Re: SHOW_GRAVATAR_IMAGE ignored

2018-11-19 Thread mail
Ok cool, so I created a file `config_local.py` with just `SHOW_GRAVATAR_IMAGE = False` in it and placed it next do my `docker-compose.yml`. In the `volumes` section of `docker-compose.yml` I added `- ./config_local.py:/pgadmin4/config_local.py` and restarted the container. Voila the Gravatar ic

Re: SHOW_GRAVATAR_IMAGE ignored

2018-11-19 Thread Dave Page
On Mon, Nov 19, 2018 at 11:39 AM wrote: > After upgrading form 3.1 to 3.5 the environment variable > SHOW_GRAVATAR_IMAGE is not being processed anymore, or rather: it still > loads data from an unsolicited third party and tells them the mail > address of the pgadmin user. > > docker-compose.yml:

Re: PgAgent daemon terminated itself when it was running a time-consuming job.

2018-11-19 Thread Neel Patel
Hi, On Thu, Nov 15, 2018 at 11:49 PM Eugene Wang wrote: > Hi Neel, > > Please just ignore the NOTICE messages, those were there for making sure > no table is using the same names of temporary table. Also, these messages > were issued in the first job step while the issue happened at the beginning

SHOW_GRAVATAR_IMAGE ignored

2018-11-19 Thread mail
After upgrading form 3.1 to 3.5 the environment variable SHOW_GRAVATAR_IMAGE is not being processed anymore, or rather: it still loads data from an unsolicited third party and tells them the mail address of the pgadmin user. docker-compose.yml: … environment: - SHOW_GRAVATAR_IMAGE=F