Re: pgAdmin commandLine

2021-10-22 Thread Ni Ne
Saif, Try first to open a command terminal by typing cmd.exe from the Windows Run prompt. Then from that window execute the psql commands. Get Outlook for Android From: Saif Manai Sent: Friday, October 22, 2021 7:38:07 AM To: Aditya Toshn

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Rodrigo Mariano
Hi Dave, I understand the situation and I believe both options, that you suggested, could improve the container. If you could leave this issue marked on somewhere to be analyzed in the future, I thank you so much. Thank you for your help. Best regards, Rodrigo On 22/10/2021 11:31, Dave Pa

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Dave Page
Hi On Fri, Oct 22, 2021 at 3:12 PM Rodrigo Mariano wrote: > Hi Dave, > > I tested the ACL command, as you suggested, and it worked when docker > container was turned off, but when I lauched pgadmin, it reset the folder > permissions again. > That's very odd - pgAdmin only resets the permission b

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Rodrigo Mariano
Hi Dave, I tested the ACL command, as you suggested, and it worked when docker container was turned off, but when I lauched pgadmin, it reset the folder permissions again. Could you consider, in future versions, to give access to host user to //var/lib/pgadmin/storage/ folder? For example, o

Re: pgAdmin commandLine

2021-10-22 Thread Saif Manai
Thank you for your reactivity. When i double click psql a commandLine appear and disappear directely without having the time to connect to server. Is there anyway to use when comand psql with server, database password, username and port in parameters? Le ven. 22 oct. 2021 à 13:18, Aditya Toshniwal

Re: In-Context Debugging - pgAdmin

2021-10-22 Thread Owais Khan
Hi Aditya, I removed logs and started pgAdmin fresh and repeated the above steps. Following are logs. Thanks for your help. 2021-10-22 17:16:34,895: WARNINGwerkzeug: WebSocket transport not available. Install simple-websocket for improved performance. 2021-10-22 17:17:56,676: ERROR

Re: pgAdmin4 6.0+ http mixed content problem

2021-10-22 Thread Aditya Toshniwal
Hi Václav, This issue is reported and team is working on it - https://redmine.postgresql.org/issues/6905 On Fri, Oct 22, 2021 at 3:48 PM Václav Nováček wrote: > Hi, > > I'm experiencieng an http mixed content problem after update to 6.x. > > When the list of databases is opened, browser accesse

Re: In-Context Debugging - pgAdmin

2021-10-22 Thread Aditya Toshniwal
Hi Owais, Can you share pgAdmin logs ? - Linux/MacOS: ~/.pgadmin/pgadmin4.log - Windows: %APPDATA%\pgAdmin\pgadmin4.log On Fri, Oct 22, 2021 at 3:48 PM Owais Khan wrote: > Hi Team, > > I am using pgAdmin 6.1 on MacOS 11.6 against a PG Database 10 running on > CentOS in Azure. > > I am

Re: pgAdmin commandLine

2021-10-22 Thread Aditya Toshniwal
Hi Saif, You can use PostgreSQL provided psql or pgAdmin shipped psql in - C:\Program Files\pgAdmin 4\v6\runtime. On Fri, Oct 22, 2021 at 3:48 PM Saif Manai wrote: > Hello, > > I had pgAdmin4 v4.3 and installed recently v6.1 (last one). > > Is there a way to launch a connection to a server (or

pgAdmin commandLine

2021-10-22 Thread Saif Manai
Hello, I had pgAdmin4 v4.3 and installed recently v6.1 (last one). Is there a way to launch a connection to a server (or database) by command line without opening the UI, like this exemple for HeidiSQL on Windows : "D:\HeidiSQL\heidisql.exe" -n "8" -h "{Address}" -u "{UserName}" -p "{Password}" -

In-Context Debugging - pgAdmin

2021-10-22 Thread Owais Khan
Hi Team, I am using pgAdmin 6.1 on MacOS 11.6 against a PG Database 10 running on CentOS in Azure. I am observing that whenever I try to do the following it breaks. 1) I open up "Query Tool" in pgAdmin and write a PL/SQL block containing 2 user defined function calls - Let's say first one is A a

pgAdmin4 6.0+ http mixed content problem

2021-10-22 Thread Václav Nováček
Hi, I'm experiencieng an http mixed content problem after update to 6.x. When the list of databases is opened, browser accesses url /http*s*://example.com/browser/tablespace/nodes/1/1/, the reponse is 308 with Location: http://example.com/browser/tablespace/nodes/1/1/ That leads to mixed con

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Dave Page
Hi On Thu, Oct 21, 2021 at 7:51 PM Rodrigo Mariano wrote: > Hi Dave, > > Which OS do you use? I'm using Ubuntu 18. > macOS, primarily. > > Nautilus is the file manager to Ubuntu. > Ah, OK. > > I updated my image to dpage/pgadmin4:6.0 in order to avoid old versions. I > add a new volume and I e