Re: PSQL Tool start issue

2022-06-23 Thread Aditya Toshniwal
Hi YASUAKI, This looks like a bug to me. Can you please create the bug here - https://redmine.postgresql.org/projects/pgadmin4/issues/new ? The team will look into it. On Fri, Jun 24, 2022 at 6:01 AM YASUAKI FUKAISHI < fukaishi-y_nco...@outlook.jp> wrote: > Hi, > > > psqlrc is not shared among u

Re: PSQL Tool start issue

2022-06-23 Thread YASUAKI FUKAISHI
Hi, > psqlrc is not shared among users and each user will use psqlrc from the > pgAdmin user storage directory. I think so, too. When only UserA begins, UserA's psqlrc work. UserA's $PSQLRC: db=> \! echo $PSQLRC /var/lib/pgadmin/storage/usera/.psqlrc But this case, other user's psqlrc had

Re: Installation on Linux with Docker

2022-06-23 Thread Brian Wilson
All I can think of is your browser is trying https instead of http? They do that a lot these days. It should not be any permission issue. On Thu, Jun 23, 2022, 5:05 AM Qua qua wrote: > Dear developers, > > I'm struggling to install and configure the application on docker, where > I'm also moving

Re: Installer for PgAdmin4, v6.10

2022-06-23 Thread Dave Caughey
It doesn't even install, which is actually good, because in v6.3 pgAdmin updated the dependency on python (IIRC) to a version that no longer runs on Windows 7, whereupon pgAdmin thinks it installed correctly, but you can't actually use it. So in v6.4, a check was added to prevent pgAdmin from inst

RE: Installer for PgAdmin4, v6.10

2022-06-23 Thread Ken Benson
Hi Ken, On Thu, Jun 23, 2022 at 6:22 PM Ken Benson mailto:k...@infowerks.com>> wrote: Hi Ken, Windows 7 reached EOL a long time ago. Please check https://www.pgadmin.org/download/pgadmin-4-windows/ for pgAdmin version support. [[KenB]] which says “pgAdmin is available for 64 bit Windows™

Re: Installer for PgAdmin4, v6.10

2022-06-23 Thread Aditya Toshniwal
Hi Ken, On Thu, Jun 23, 2022 at 6:22 PM Ken Benson wrote: > > > > > > > Hi Ken, > > > > Windows 7 reached EOL a long time ago. Please check > https://www.pgadmin.org/download/pgadmin-4-windows/ for pgAdmin version > support. > > > > *[[KenB]] *which says “pgAdmin is available for 64 bit Windows

RE: Installer for PgAdmin4, v6.10

2022-06-23 Thread Ken Benson
Hi Ken, Windows 7 reached EOL a long time ago. Please check https://www.pgadmin.org/download/pgadmin-4-windows/ for pgAdmin version support. [[KenB]] which says “pgAdmin is available for 64 bit Windows™ 7 SP1 (desktop) or 2008R2 (server) and above, up to v4.30.” – but it still worked up unt

Installation on Linux with Docker

2022-06-23 Thread Qua qua
Dear developers, I'm struggling to install and configure the application on docker, where I'm also moving my first steps. The container was started with: docker run -p 7990:80 -e 'PGADMIN_DEFAULT_EMAIL=t...@test.com' -e 'PGADMIN_DEFAULT_PASSWORD=test' -d dpage/pgadmin4. I'd expect then I'll

Re: PSQL Tool start issue

2022-06-23 Thread Aditya Toshniwal
Hi, psqlrc is not shared among users and each user will use psqlrc from the pgAdmin user storage directory. On Thu, Jun 23, 2022 at 12:05 PM 深石 康昭 wrote: > Hi, > > I am using the pgAdmin4 ver.6.10 container in server mode. > > If different users start PSQL Tool at the same time, > the user who