pg_basebackup is taking an unusually long time with Postgres 11.3

2019-08-23 Thread andy andy
Hi Folks, I am having trouble setting up replication with Postgres 11.3. pg_basebackup is taking an unusually long time for an small Postgres database. Anything wrong in my configuration or anything I could do to speed up pg_basebackup? I recently upgraded form Postgres 9.2.1. Using a similar p

Re: Cannot log in to pgadmin interface with Docker

2019-08-23 Thread Dave Page
Hi Do you have any other pgAdmin instances running in the same browser? If so, try closing them. Secondly; are you using Greek characters in the username/password? If so, please try using plain ASCII in case there's an encoding issue. On Fri, Aug 23, 2019 at 12:45 PM Charalampos Fanoulis < chara

Re: Cannot log in to pgadmin interface with Docker

2019-08-23 Thread Charalampos Fanoulis
bump *console.log*({ name: Χαράλαμπος Φανούλης school: 6ο Γυμνάσιο Ευόσμου }]) On Sat, Aug 17, 2019 at 11:38 AM Charalampos Fanoulis < charalampos.fanou...@gmail.com> wrote: > Hello all! I hope this is the correct email for support, not really > familiar with mailing lists. > > Anyways, I ha

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Paolo Saudin
Il giorno ven 23 ago 2019 alle ore 10:03 Dave Page ha scritto: > Hi > > On Fri, Aug 23, 2019 at 8:32 AM Paolo Saudin > wrote: > >> Hi, >> following the new feature "Allow a banner to be displayed on the login >> and other related pages showing custom text", how could I set the banner in >> a con

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Aditya Toshniwal
Hi, You need to create a config_local.py beside config.py and set LOGIN_BANNER. For example: LOGIN_BANNER = "Authorised Users Only!" \ "Unauthorised use is strictly forbidden." On Fri, Aug 23, 2019 at 1:02 PM Paolo Saudin wrote: > Hi, > following the new feature "Allow a banner

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Dave Page
Hi On Fri, Aug 23, 2019 at 8:32 AM Paolo Saudin wrote: > Hi, > following the new feature "Allow a banner to be displayed on the login and > other related pages showing custom text", how could I set the banner in a > container deployment? Is there any > environment variables to pass it along? >

pgAdmin4 Container Deployment

2019-08-23 Thread Paolo Saudin
Hi, following the new feature "Allow a banner to be displayed on the login and other related pages showing custom text", how could I set the banner in a container deployment? Is there any environment variables to pass it along? Thanks paolo saudin