Re: Docker TLS for PGAdmin

2020-06-26 Thread Omar Francis
Hi Aditya Yes I can get a regular http connection with myip:80 when I run: docker run -p 80:80 -e 'PGADMIN_DEFAULT_EMAIL=someb...@anyemail.com' -e 'PGADMIN_DEFAULT_PASSWORD=userpwd' -e 'PGADMIN_ENABLE_TLS=True' -d dpage/pgadmin4 I was able to do this last week when I first accessed the imag

Re: Docker TLS for PGAdmin

2020-06-26 Thread Aditya Toshniwal
Hi Omar, It looks to be launched successfully. What does 'docker ps' show now ? For me without TLS it shows following and works with 0.0.0.0:80 in the browser: adityatoshniwal@Laptop381pnin pgadmin4_copy % docker ps CONTAINER IDIMAGE COMMAND CREATED STATUS

Re: Docker TLS for PGAdmin

2020-06-26 Thread Omar Francis
Hi Aditya thanks for your help I have given a+rwx to that dir. The container status is now up however I am not getting a pgadmin login screen on my browser when I navigate to publicip:443 Is there a critical connection flaw in the logs below that stops this? Thanks again :) WARNING: Failed to

Re: Docker TLS for PGAdmin

2020-06-26 Thread Aditya Toshniwal
Hi Omar, The logs say there's insufficient permission given to the mapped volume - /private/var/lib/pgadmin. Please go through - https://www.pgadmin.org/docs/pgadmin4/4.23/container_deployment.html#mapped-files-and-directories once and make sure the requirements are satisfied. On Fri, Jun 26, 202

Re: Docker TLS for PGAdmin

2020-06-26 Thread Omar Francis
Hi Aditya Please find the lovs below thanks :) ubuntu@my-ip:~$ docker logs tender_goodall WARNING: Failed to set ACL on the directory containing the configuration database: [Errno 1] Operation not permitted: '/var/lib/pgadmin' Traceback (most recent call last): File "run_pgadmin.py", line

Re: OWNER not being quoted for FOREIGN TABLEs code

2020-06-26 Thread Akshay Joshi
Thanks, patch applied. I have also fixed for Procedures and Trigger Functions. On Thu, Jun 25, 2020 at 11:01 PM Diego Augusto Molina < diegoaugustomol...@gmail.com> wrote: > Hi, thanks for the great job! > > I found that when looking at the SQL code for foreign tables the > generated code include