Re: PGadmin 4 version 9.5

2025-07-24 Thread Darren Duncan
Your post came through after the pgAdmin 4 version 9.6 release. Does your problem still occur on 9.6 version? -- Darren Duncan On 2025-07-24 11:24 p.m., Erik Soudant wrote: I hope I am addressing the right mailinglist. Our vulnerabilityscanners are picking up the following vulnerablity on the

Re: PGAdmin User and Postgres User/Role

2025-06-22 Thread Aditya Toshniwal
Hi David, There is already a feature request reported here - https://github.com/pgadmin-org/pgadmin4/issues/6939. On Thu, Jun 19, 2025 at 7:19 PM David M wrote: > I have received many views and no replies. > > Does this mean this is not possible in PGAdmin v9.x? > > > On May 28, 2025, at 5:17 P

Re: PGAdmin User and Postgres User/Role

2025-06-19 Thread David M
I have received many views and no replies. Does this mean this is not possible in PGAdmin v9.x? > On May 28, 2025, at 5:17 PM, David M wrote: > > I am running PGAdmin 4 v9.1 Server. I am connecting to multiple Postgres > databases each with multiple users and roles. > > Is it possible to h

Re: PGAdmin 4 Hardening Guide

2025-04-07 Thread Dave Page
Hi On Mon, 7 Apr 2025 at 08:39, Gum, Laureen Ann (Laurie) CTR USN NAVIFOR SUFFOLK VA (USA) wrote: > Good Morning, > > > > I am preparing to conduct a cybersecurity risk assessment for a US Navy > organization that has PGAdmin 4 installed on their network. In preparation > for the cybersecurity a

Re: pgadmin problems

2025-04-01 Thread Anil Sahoo
Hi Corey, Can you please share the pgAdmin logs, the environment details and the pgAdmin 4 version you are using. Also in between please have a look at the comment section of this issue . Thanks On Tue, Apr 1, 2025 at 10:48 PM Corey Gaines w

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Khushboo Vashi
t; -- > *From:* Khushboo Vashi > *Sent:* Wednesday, March 26, 2025 6:00 AM > *To:* Ami Chovatiya > *Cc:* pgadmin-support@lists.postgresql.org < > pgadmin-support@lists.postgresql.org> > *Subject:* Re: PGAdmin Connectivity Issues > > EXTERNAL

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Ami Chovatiya
upport@lists.postgresql.org Subject: Re: PGAdmin Connectivity Issues EXTERNAL EMAIL Hi, On Wed, Mar 26, 2025 at 3:05 PM Ami Chovatiya mailto:achovat...@costar.com>> wrote: Hello, I hope this email finds you well! We have a few engineers using pgadmin for postgres access, and they are running in

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Khushboo Vashi
Hi, On Wed, Mar 26, 2025 at 3:05 PM Ami Chovatiya wrote: > Hello, > > I hope this email finds you well! > > We have a few engineers using pgadmin for postgres access, and they are > running into the error below. > > *Connection failed: connection to server at "100.64.1.5", port 5432 > failed: FA

Re: PGAdmin Desktop Docker Setup

2025-02-11 Thread Yogesh Mahajan
Hi, You can use 'docker ps -a' command to list the containers and access it using the . Thanks, Yogesh Mahajan EnterpriseDB

Re: Pgadmin

2025-02-05 Thread Yogesh Mahajan
Hi, Kindly raise an issue here . Development team will check the feasibility for the same. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Feb 5, 2025 at 2:47 PM Sergey Ivanov wrote: > Good day. > Please make erd version disable lines box in editor

Re: PGAdmin Desktop Docker Setup

2025-02-05 Thread Yogesh Mahajan
Hi, You set environment variable below to host pgadmin in desktop mode- PGADMIN_CONFIG_SERVER_MODE = False Thanks, Yogesh Mahajan EnterpriseDB On Wed, Feb 5, 2025 at 2:47 PM Krishnendu Dasgupta wrote: > To whom it may concern, > I have been using PGAdmin in my regular dev workflow sin

Re: pgAdmin not opening

2025-01-16 Thread Curtis Jensen
I got it, thanks! On Wed, Jan 8, 2025 at 4:25 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Here are > the some reasons listed for the specified error. Does any of it match your > system? > > Thanks, > Yogesh M

Re: Pgadmin won't connect?

2025-01-13 Thread Yogesh Mahajan
Hi, Can you please add PGADMIN_CONFIG_CONSOLE_LOG_LEVEL = 10 in the environment variables and restart the container? 503 errors because server is not connecting. Above settings print logs in more detail? Can you please share docker command or docker compose file used for starting the container. T

Re: Pgadmin won't connect?

2025-01-08 Thread Yogesh Mahajan
Hi, Can you please pgadmin container logs? Also you can try restarting container. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jan 8, 2025 at 4:03 PM Kacey Armstrong wrote: > I've been using pgadmin for a while to connect to my PGS server (both in > docker containers) including very recently;

Re: pgAdmin not opening

2025-01-08 Thread Yogesh Mahajan
Hi, Here are the some reasons listed for the specified error. Does any of it match your system? Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jan 8, 2025 at 4:03 PM Curtis Jensen wrote: > When downloading the most recent or second m

Re: pgadmin 4 is not downloading

2025-01-08 Thread Aditya Toshniwal
Please try after some time. There must be some network issue. On Wed, Jan 8, 2025 at 4:03 PM Manish Gupta wrote: > Dear Team, > > I am trying to download the pgadmin 4 but the .exe file is not > downloading. Kindly request to you please have a look. I am attaching the > screenshot. > > Waiting f

Re: pgAdmin - Post installation question/s ?

2024-11-26 Thread Peter Richards
On Tue, 26 Nov 2024 09:34:28 + Ray O'Donnell wrote: > On 26/11/2024 02:24, Peter Richards wrote: > > The article at https://wiki.postgresql.org/wiki/Apt , for the > > quick-start has the following commands: > > > > sudo apt install -y postgresql-common > > sudo /usr/share/postgresql-

Re: pgadmin rpm package for ppc64le

2024-11-26 Thread Dave Page
Hi On Tue, 26 Nov 2024 at 07:03, Chuan Hua Zhao wrote: > Hi There, > > Is there any plan to build and publish pgadmin rpm pacakges for ppc64le > architecture? > No, that is not something we're planning I'm afraid. There's not enough demand, and we have very limited resources for supporting and

Re: pgAdmin - Post installation question/s ?

2024-11-26 Thread Ray O'Donnell
On 26/11/2024 02:24, Peter Richards wrote: The article at https://wiki.postgresql.org/wiki/Apt , for the quick-start has the following commands: sudo apt install -y postgresql-common sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh as postgresql-common is not instal

Re: pgAdmin - Post installation question/s ?

2024-11-25 Thread Peter Richards
The article at https://wiki.postgresql.org/wiki/Apt , for the quick-start has the following commands: sudo apt install -y postgresql-common sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh as postgresql-common is not installed, and the file directory above doesn't e

Re: pgAdmin - Post installation question/s ?

2024-11-25 Thread Ray O'Donnell
On 25/11/2024 21:00, Peter Richards wrote: On Mon, 25 Nov 2024 10:27:40 + Ray O'Donnell wrote: It certainly sounds like a network issue. Can you connect to the server using psql, from the same machine as the one with pgAdmin? I spent quite a bit of time yesterday viewing documentation, vi

Re: pgAdmin - Post installation question/s ?

2024-11-25 Thread Ray O'Donnell
On 24/11/2024 23:23, Peter Richards wrote: Running Kubuntu 24.04 and needing to maintain a PostGreSQL database. Wanting to use pgAdmin and possibly some Python code to maintain the database. I have downloaded and installed the APT version from https://www.pgadmin.org/download/pgadmin-4-apt/ Kee

Re: pgadmin installation issues

2024-11-18 Thread Anil Sahoo
Hi Aldo, Install desired PostgreSQL from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads, And once you are done with this, you can go to pgAdmin 4 and register a server. Once you are done with registration, you can use the pgAdmin. Thanks On Mon, Nov 18, 2024 at 5:22 PM Aldo

Re: pgAdmin 4 not installed

2024-11-10 Thread Aditya Toshniwal
Hi, If you install for all users then installation is done in C->Program Files. Please share pgAdmin screenshot and logs for the point no.2 On Sun, Nov 10, 2024 at 3:53 PM A wrote: > Hello, > > PgAdmin installer taken from > https://www.postgresql.org/ftp/pgadmin/pgadmin4/v8.12/windows/ and run

Re: pgAdmin web crashes on start with external DB

2024-11-05 Thread Khushboo Vashi
Hi, On Tue, Nov 5, 2024 at 11:07 PM Maurice Lajoie wrote: > Hi, > I successfully deployed pgAdmin web on our SAP BTP Cloud Foundry and can > access pgAdmin and logon. > I can create users and servers but when the app restarts, all entries are > lost. I’m assuming it’s using SQLite which would no

Re: pgAdmin in Kubernetes vs master password

2024-10-13 Thread Khushboo Vashi
On Fri, Oct 11, 2024 at 2:00 PM Morten Bonnerup Rasmussen < morten.rasmus...@bestseller.com> wrote: > Hi > > We are working on offering pgAdmin as a centrally managed tool to our > developers. > It is deployed in Kubernetes, based on this guide, with OAUTH2 enabled > (Entra ID): > Deploying pgAdmi

RE: PGAdmin with Postgres backend and web auth

2024-07-22 Thread Scot Kreienkamp
From: Scot Kreienkamp Sent: Thursday, July 18, 2024 8:34 AM To: Yogesh Mahajan Cc: pgadmin-support@lists.postgresql.org Subject: RE: PGAdmin with Postgres backend and web auth I have tried the private window.. it makes no difference. I’ve also tried changing the working instance to using the

RE: PGAdmin with Postgres backend and web auth

2024-07-18 Thread Scot Kreienkamp
sday, July 18, 2024 2:44 AM To: Scot Kreienkamp Cc: pgadmin-support@lists.postgresql.org Subject: Re: PGAdmin with Postgres backend and web auth You don't often get email from yogesh.maha...@enterprisedb.com<mailto:yogesh.maha...@enterprisedb.com>. Learn why this is important<https://

Re: PGAdmin with Postgres backend and web auth

2024-07-17 Thread Yogesh Mahajan
Hi, Have you tried using a private window? Also can you please share your HTTPD conf? Thanks, Yogesh Mahajan EnterpriseDB On Thu, Jul 18, 2024 at 1:13 AM Scot Kreienkamp < scot.kreienk...@la-z-boy.com> wrote: > Hi list, I’m trying to setup two versions of PGAdmin, 6.12 and latest, > using doc

Re: pgAdmin 4 v8.7 Error - docker distribuition

2024-05-31 Thread Yogesh Mahajan
Hi, Issue is reproducible with SSL configuration and we found the fix too. Will let you know when it will be available publicly. Thanks Yogesh On Thu, 30 May 2024, 9:32 pm Edson Richter, wrote: > After upgrade to latest 8.7 using docker install, got the following stack > trace, and docker won’

Re: pgAdmin 4 v8.5 Released

2024-04-23 Thread Aditya Toshniwal
Hi Calle, This is a known issue and team is working on it - https://github.com/pgadmin-org/pgadmin4/issues/7372 On Wed, Apr 24, 2024 at 10:21 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Wed, Apr 24, 2024 at 1:23 AM Calle Hedberg > wrote: > >> Hi, >> I have noticed t

Re: pgAdmin 4 v8.5 Released

2024-04-23 Thread Khushboo Vashi
Hi, On Wed, Apr 24, 2024 at 1:23 AM Calle Hedberg wrote: > Hi, > I have noticed that 4.8.5 no longer keep query tabs active. Previously I > could have 10-15 tabs open and re-run the scripts in each as many times as > I wanted over hours and days - now I find that most tabs get deactivated > (the

Re: pgAdmin 4 v8.5 Released

2024-04-23 Thread Calle Hedberg
Hi, I have noticed that 4.8.5 no longer keep query tabs active. Previously I could have 10-15 tabs open and re-run the scripts in each as many times as I wanted over hours and days - now I find that most tabs get deactivated (the "hour-glass" splits with the "Transaction status check failed" messag

Re: pgAdmin 4 server could not be contacked

2024-03-24 Thread Khushboo Vashi
Hi, On Sun, Mar 24, 2024 at 4:05 AM Dachao Liu wrote: > Hi, > > When I tried to launch pgAdmin 4, I gave Fata Error: the application > server could not be contacted. > > How to solve the problem? > > Please provide logs, OS details, screenshot of the error dialog, basically more details, so we

Re: pgAdmin Release and Installer Survey

2024-03-11 Thread Akshay Joshi
Adding pgadmin-support. On Thu, 7 Mar, 2024, 3:30 pm Akshay Joshi, wrote: > Hello everyone, > > I hope this message finds you well. > > As part of the pgAdmin team, I'm reaching out to request your assistance > with a survey regarding pgAdmin Release and Installation. Taking just a > minute to f

Re: PGAdmin 4 not populating scripts on open

2024-02-13 Thread Aditya Toshniwal
Hi Masresha, For opening SQL files directly, there is an issue reported here - https://github.com/pgadmin-org/pgadmin4/issues/1635. Regarding expand/collapse, it is a known bug and will be fixed in the next release of v8.4 On Tue, Feb 13, 2024 at 3:20 PM Masresha Kinato wrote: > Hi there, PGAdm

Re: PGAdmin - Is there way to I can close the the actual section of the Tree?

2024-02-13 Thread Khushboo Vashi
On Tue, Feb 13, 2024 at 3:29 PM Durumdara wrote: > Hello! > > We have many-many databases on a server. > > When I open more schemas for searching a table, it is very disturbing that > I can't close (unexpand) the whole node with one click. > > For example I'm in table T, and 1300 other tables bef

Re: pgAdmin: Accessibility Conformance Report (ACR/VPAT) status

2024-02-07 Thread Aditya Toshniwal
Hi Jenny, pgAdmin team always keeps the accessibility in check and prioritise it for the app, but we do not have any report available as of now. On Wed, Feb 7, 2024 at 10:29 PM Jenny Wallace wrote: > Hello, > > My organization needs an accessibility conformance report for pgAdmin. Is > a VPAT a

Re: pgAdmin 4 quit unexpectedly

2024-01-08 Thread Yogesh Mahajan
Hi, Can you please download pgadmin4 from here and try once. If error persists, kindly report. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Dec 14, 2023 at 3:48 PM wrote: > Dear pgAdmin Support, > > Recently, pgAdmin 4 has begun crashing as it attempts to lo

Re: pgadmin and keycloak

2024-01-02 Thread Jose M Barreiro
Hi, We are using pgadmin in Openshift, I modified the configuration and the whole logs are postfix/postlog: starting the Postfix mail system [2024-01-02 12:48:41 +] [1] [INFO] Starting gunicorn 20.1.0 [2024-01-02 12:48:41 +] [1] [INFO] Listening at: http://[::]:80 (1) [2024-01-02 12:48:41

Re: pgadmin and keycloak

2024-01-02 Thread Yogesh Mahajan
Hi, I am not able to reproduce the issue. I have tried with SSL and Non-SSL enabled Keycloak. Can you please add lines below in config_local.py - import logging FILE_LOG_LEVEL = logging.DEBUG CONSOLE_LOG_LEVEL = logging.DEBUG And get the pgadmin logs? Also can you please share OS details and th

Re: pgadmin and keycloak

2024-01-02 Thread Jose M Barreiro
Hi Yogesh, Thank you for your support. I have several problems with pgadmin and keycloak. For example, if I use OAUTH2_SERVER_METADATA_URL, I received this error ""403 Client Error: Forbidden for url: http://keycloak.xxx.:8080/realms/iam/.well-known/openid-configuration""; I I used your exam

Re: pgadmin and keycloak

2024-01-01 Thread Yogesh Mahajan
Hi Jose, pgAdmin 4 supports keycloak for authentication. Is there any error/difficulty while configuration? Here is typical configuration for keycloak provider - AUTHENTICATION_SOURCES = ['internal','oauth2'] OAUTH2_CONFIG = [ { 'OAUTH2_NAME': 'keycloak', 'OAUTH2_DISPLAY_NAME': 'Login with

Re: pgAdmin 4 quit unexpectedly - RESOLVED

2023-12-29 Thread ed . silkworth
FYI I forgot to mention that the issue spawned from pressing CMD + Q on macOS. The issue still occurs after quitting pgAdmin 4, so I have to keep resolving it the same way. -- Ed Silkworth PGP ID: 04A3 E2E2 3F74 4D09 32D7 9777 26F2 60F0 4191 F431 > On Dec 26, 2023, at 11:45 PM, ed.silkwo...@

Re: pgAdmin 4 quit unexpectedly - RESOLVED

2023-12-28 Thread ed . silkworth
Update! Resolved below issue by installing and opening the latest version of pgAdmin 4 from https://www.pgadmin.org/download/pgadmin-4-macos/ Afterward, the version of pgAdmin 4 that comes with EnterpriseDB opened without crashing and I could uninstall the latest version of pgAdmin 4 (above).

Re: pgAdmin 8

2023-11-27 Thread Aditya Toshniwal
Hi Joe, You can always add back closed menus using the more button on the top right corner. Alternatively, you can reset the layout. The lock layout option was removed in favour of a more intelligent layout. [image: image.png] On Mon, Nov 27, 2023 at 8:41 PM Joe Tailleur wrote: > Hi there, > >

Re: pgAdmin 8

2023-11-27 Thread Ray O'Donnell
On 27/11/2023 15:22, Dave Caughey wrote: Please, don't remove the ability to close those system type tabs.   The ability to close them is a small but super improvement. +1 There's a "Reset layout" item under the File menu. Ray. Agreed, there has to be an obvious way to reopen them, if you

Re: pgAdmin 8

2023-11-27 Thread Dave Caughey
Please, don't remove the ability to close those system type tabs. The ability to close them is a small but super improvement. Agreed, there has to be an obvious way to reopen them, if you want them and accidentally close them, but I've waited years for the ability to be able to close them! Chee

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-07 Thread Sanjay Minni
thanks it worked, When the actual update is released pls give the commands to undo / reset any programs installed and settings made in this workaround Regards Sanjay On Mon, Nov 6, 2023 at 10:24 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Sanjay, > > You can also try the

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-06 Thread Karl O. Pinc
On Mon, 6 Nov 2023 08:37:29 +0530 Sanjay Minni wrote: > Any visibility when v7.9 will be released. > I have loaded Ubuntu Mantic and am now stuck. If you had to you could install into a Python virtual environment from pypi.org. But you'd have to make the systemd unit files yourself, and maybe d

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-05 Thread Aditya Toshniwal
Hi Sanjay, You can also try the workaround here - https://github.com/pgadmin-org/pgadmin4/issues/6901#issuecomment-1789852292 On Mon, Nov 6, 2023 at 10:05 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Nov 6, 2023 at 8:38 AM Sanjay Minni > wrote: > >> Hi, >> Any visib

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-05 Thread Khushboo Vashi
On Mon, Nov 6, 2023 at 8:38 AM Sanjay Minni wrote: > Hi, > Any visibility when v7.9 will be released. > 23rd November. > I have loaded Ubuntu Mantic and am now stuck. > Thanks > > On Fri, Oct 27, 2023 at 11:33 PM Dave Page wrote: > >> >> >> >> On Fri, 27 Oct 2023 at 19:01, Sanjay Minni >> wrot

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-05 Thread Sanjay Minni
Hi, Any visibility when v7.9 will be released. I have loaded Ubuntu Mantic and am now stuck. Thanks On Fri, Oct 27, 2023 at 11:33 PM Dave Page wrote: > > > > On Fri, 27 Oct 2023 at 19:01, Sanjay Minni wrote: > >> >> While support for mantic (Ubuntu 23.10) is now mentioned on the download >> pag

Re: pgadmin for ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
On Fri, 27 Oct 2023 at 19:01, Sanjay Minni wrote: > > While support for mantic (Ubuntu 23.10) is now mentioned on the download > page it seems it looks for a folder 'mantic' in the URI > https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt , which is not there > The page says it’s supported from

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
On Fri, 27 Oct 2023 at 13:06, Sanjay Minni wrote: > Is there a workaround for this to forceload in Mantic (i will take a > chance to see if it works) > I have no idea, I've never tried. Probably best to wait a day or two by when there should be snapshot builds available to try. > > On Fri, Oct

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Sanjay Minni
Is there a workaround for this to forceload in Mantic (i will take a chance to see if it works) On Fri, Oct 27, 2023 at 1:54 PM Dave Page wrote: > > > On Fri, 27 Oct 2023 at 09:19, Dave Page wrote: > >> Hi >> >> On Fri, 27 Oct 2023 at 08:56, Sanjay Minni >> wrote: >> >>> Hi, >>> >>> How can i

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
On Fri, 27 Oct 2023 at 09:19, Dave Page wrote: > Hi > > On Fri, 27 Oct 2023 at 08:56, Sanjay Minni wrote: > >> Hi, >> >> How can i install PgAdmin on Ubuntu 23.10 (mantic) or by when would it >> be available? >> Unfortunately I upgraded my ubuntu to 23.10 (mantic) without realising >> that PgAdm

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
Hi On Fri, 27 Oct 2023 at 08:56, Sanjay Minni wrote: > Hi, > > How can i install PgAdmin on Ubuntu 23.10 (mantic) or by when would it > be available? > Unfortunately I upgraded my ubuntu to 23.10 (mantic) without realising > that PgAdmin was not available as yet. > At this point, we do not have

Re: PGAdmin 4

2023-10-02 Thread Khushboo Vashi
Hi, On Sun, Oct 1, 2023 at 10:59 PM Airi wrote: > Hi > > I recently downloaded PostgreSQL 16 on my Mac but cannot access pgAdmin 4. > Each time I click on the application, it opens and produces a waiting page > stating “waiting for pgAdmin 4 to start” then the page closes and the > program doesn

Re: pgAdmin not starting

2023-08-16 Thread Aditya Toshniwal
Hi Faucheux, FYI, the issue will be fixed in v7.6. On Wed, Aug 16, 2023 at 4:04 PM Faucheux Jérôme wrote: > Hi, thanks for your quick answer. > I’ve looked on the GitHub issue, but I wasn’t able to find the directory > /Library/Application Support/pg admin4/ . It may due to the fact that i’ve >

Re: PGAdmin not opening

2023-08-15 Thread Aditya Toshniwal
Hi Haley, This looks similar to https://github.com/pgadmin-org/pgadmin4/issues/6625. Please check it for a workaround. The issue occurs when you use pgAdmin in maximise mode. On Wed, Aug 16, 2023 at 2:39 AM haley haleyframpton.com < ha...@haleyframpton.com> wrote: > Hello, > > I have had a simil

Re: pgadmin 4 Not opening

2023-08-06 Thread Yogesh Mahajan
Hi, Can you please provide pgAdmin version, OS type etc details? Thanks, Yogesh Mahajan EnterpriseDB On Thu, Aug 3, 2023 at 1:28 PM billy donald wrote: > [image: image.png] > > > > > >

Re: pgadmin 4 is not working

2023-07-25 Thread SARAVANAKUMAR MUTHURAJA
I am doing it in Windows On Tue, Jul 25, 2023 at 9:52 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Can you please provide an OS name? > Kindly clean cache at path - ~/Library/Application\ Support/pgAdmin\ 4/ > if you are on Mac. > > Thanks, > Yogesh Mahajan > EnterpriseDB

Re: pgadmin 4 is not working

2023-07-24 Thread Yogesh Mahajan
Hi, Here is the path - %LOCALAPPDATA%/pgadmin4/User Data/ Note - You will get a fresh pgAdmin window. Old layout will not persist. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jul 25, 2023 at 10:03 AM SARAVANAKUMAR MUTHURAJA < saravanakumarsun...@gmail.com> wrote: > I am doing it in Windows >

Re: pgadmin 4 is not working

2023-07-24 Thread Yogesh Mahajan
Hi, Can you please provide an OS name? Kindly clean cache at path - ~/Library/Application\ Support/pgAdmin\ 4/ if you are on Mac. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Jul 24, 2023 at 8:14 PM SARAVANAKUMAR MUTHURAJA < saravanakumarsun...@gmail.com> wrote: > Hi Team, > pgadmin is not open

Re: pgAdmin 4 not opening on new install PostgreSQL 15

2023-07-24 Thread Yogesh Mahajan
Hi Frank, Kindly download the pgAdmin installer from this link . This is a known issue about installing pgAdmin using PostgreSQL installers. Before installing with the new installer, uninstall previously installed pgAdmin from the control panel. Thanks, Yogesh M

Re: PGAdmin

2023-07-24 Thread Nikki Battle
Ok, thank you for your help. I will try that On Mon, Jul 24, 2023, 1:01 PM Rob Richardson wrote: > Uninstall pgAdmin and then go to pgAdmin.org and get the installer from > there. The installer at postgresql.org does not work. > > Sent from Yahoo Mail on Android >

Re: PGAdmin

2023-07-24 Thread Rob Richardson
Uninstall pgAdmin and then go to pgAdmin.org and get the installer from there. The installer at postgresql.org does not work. Sent from Yahoo Mail on Android On Mon, Jul 24, 2023 at 11:06 AM, ROBERT GAULT wrote: I'm using PGAdmin on Win 10 without any problem. I've never had an issue ins

Re: PGAdmin

2023-07-24 Thread ROBERT GAULT
I'm using PGAdmin on Win 10 without any problem. I've never had an issue installing any new versions of PGAdmin either, but I'm not an expert in troubleshooting PGAdmin installations. Rob On Mon, Jul 24, 2023 at 10:43 AM Nikki Battle wrote: > Hello, > > > > I am currently taking a Data Analytics

Re: pgadmin not starting

2023-07-20 Thread Yogesh Mahajan
Hi, Have you installed pgAdmin using the EDB PostgreSQL installer? If yes, kindly uninstall it from the control panel & download the installer from here . This is a known issue with EDB PostgreSQL installer. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Jul 20,

Re: pgAdmin 4 v7.4 Released

2023-07-05 Thread Fahar Abbas
Hi, On Wed, Jul 5, 2023 at 12:31 PM Roberto Tagliaferri - Tosnet srl < r.tagliafe...@tosnet.it> wrote: > Il 29/06/23 08:17, Akshay Joshi ha scritto: > > The pgAdmin Development Team is pleased to announce pgAdmin 4 version 7.4. > > This release of pgAdmin 4 includes 16 bug fixes and new features.

Re: pgAdmin 4 v7.4 Released

2023-07-05 Thread Roberto Tagliaferri - Tosnet srl
Il 29/06/23 08:17, Akshay Joshi ha scritto: The pgAdmin Development Team is pleased to announce pgAdmin 4 version 7.4. This release of pgAdmin 4 includes 16 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/7.4/release_notes

Re: pgAdmin on Big sur

2023-06-18 Thread Khushboo Vashi
Hi, On Sun, Jun 18, 2023 at 7:17 PM Gerd Wilmer wrote: > Hi > > I am new to PostGreSQL > > Your documentation says > > pgAdmin 4 v4.x on macOS BigSur > We do not support pgAdmin 4 v4.x any more. Please install the latest version of pgAdmin. Ref: https://www.pgadmin.org/download/pgadmin-4-macos/

Re: pgAdmin, what version of Python required

2023-06-05 Thread jh276
see my post here from May 30, subject "pgadmin4 and kwallet". "The pgAdmin4 server could not be contacted" Meanwhile I have set up a fresh Kubuntu from scratch and there are no issues so far.  Something was broken which had nothing directly to to with pgadmin. Whatever it was Am 05.06.2

Re: pgAdmin, what version of Python required

2023-06-04 Thread Aditya Toshniwal
Hi, What is the error you're getting? On Fri, Jun 2, 2023 at 7:08 PM jh276 wrote: > Hi, > > > some days ago I posted a question because pgadmin is not running anymore > under Kubuntu 23.04. > > > After some research I want to ask, what python version pgadmin 7.2 is > working with. On March 13 p

Re: pgAdmin 4 v7.2 Released

2023-06-02 Thread Nikhil Mohite
Hi Richard Coleman, We have created issues for this and we are working on it. https://github.com/pgadmin-org/pgadmin4/issues/6353 On Fri, Jun 2, 2023 at 1:57 AM richard coleman wrote: > Also, just closing that dialog box now results in every saved connection > re-requesting the saved password a

Re: pgAdmin 4 v7.2 Released

2023-06-01 Thread richard coleman
Also, just closing that dialog box now results in every saved connection re-requesting the saved password all over again. Why is this happening and how do I revert back to the previous behavior? Thanks again, rik. On Thu, Jun 1, 2023 at 4:25 PM richard coleman wrote: > Just upgraded to pgAdmin

Re: pgAdmin 4 v7.2 Released

2023-06-01 Thread richard coleman
Just upgraded to pgAdmin 4 version 7.2. Even though I have a config_local.py file with the string: MASTER_PASSWORD_REQUIRED=False I am still getting a "Migrate Saved Passwords" dialog upon start. How do I by pass this new dialog? Thanks, rik. On Thu, Jun 1, 2023 at 9:31 AM Akshay Joshi wrote:

Re: pgAdmin 4 not opening on mac

2023-05-04 Thread Aditya Toshniwal
<https://facebook.com/pages/BKA-Architects-Inc/164150853637095> | > Instagram <http://www.instagram.com/bka_architects> > > > > <http://www.bkaarchitects.com/> > > > > > > *From:* Aditya Toshniwal > *Sent:* Thursday, May 4, 2023 2:04 AM > *To:* To

Re: pgAdmin 4 not opening on mac

2023-05-04 Thread Aditya Toshniwal
Right, pgAdmin is supported for macOS 10.15 and above. On Fri, May 5, 2023 at 3:06 AM Tom Arnsperger wrote: > I figured it out I was still on high sierra and needed to update to > catalina. > > On Thu, May 4, 2023 at 1:04 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi

RE: pgAdmin 4 not opening on mac

2023-05-04 Thread Tom Plancon
n-support@lists.postgresql.org Subject: Re: pgAdmin 4 not opening on mac Hi Tom, What is the MacOS version? On Wed, May 3, 2023 at 10:01 PM Tom Arnsperger mailto:tarnsper...@gmail.com>> wrote: Hi, For some reason after I install pgAdmin 4 and I allow my mac to open the application d

Re: pgAdmin 4 not opening on mac

2023-05-03 Thread Aditya Toshniwal
Hi Tom, What is the MacOS version? On Wed, May 3, 2023 at 10:01 PM Tom Arnsperger wrote: > Hi, > > For some reason after I install pgAdmin 4 and I allow my mac to open the > application despite it being from an unknown site nothing happens. I have > tried restarting my computer, checking my sec

Re: PgAdmin not opening properly

2023-04-17 Thread Dave Page
On Mon, 17 Apr 2023 at 14:35, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Mon, Apr 17, 2023 at 6:59 PM Dave Page wrote: > >> >> >> On Mon, 17 Apr 2023 at 13:16, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Ailapuram, >>> >>> As discussed on c

Re: PgAdmin not opening properly

2023-04-17 Thread Aditya Toshniwal
On Mon, Apr 17, 2023 at 6:59 PM Dave Page wrote: > > > On Mon, 17 Apr 2023 at 13:16, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Ailapuram, >> >> As discussed on call, removing the pgadmin4.db file made it work. >> Unfortunately, the exact reason for error could not be

Re: PgAdmin not opening properly

2023-04-17 Thread Dave Page
On Mon, 17 Apr 2023 at 13:16, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Ailapuram, > > As discussed on call, removing the pgadmin4.db file made it work. > Unfortunately, the exact reason for error could not be found. > Corrupted layout state? Maybe we can detect that and f

Re: PgAdmin not opening properly

2023-04-17 Thread Ailapuram Nagasathvik
Thanks a lot. On Mon, 17 Apr, 2023, 5:46 pm Aditya Toshniwal, < aditya.toshni...@enterprisedb.com> wrote: > Hi Ailapuram, > > As discussed on call, removing the pgadmin4.db file made it work. > Unfortunately, the exact reason for error could not be found. > > On Mon, Apr 17, 2023 at 5:25 PM Adity

Re: PgAdmin not opening properly

2023-04-17 Thread Ailapuram Nagasathvik
Yes, I will be available at that time. On Mon, 17 Apr, 2023, 4:42 pm Aditya Toshniwal, < aditya.toshni...@enterprisedb.com> wrote: > Hi Ailapuram, > > Are you available at 5-5.30PM today? > > > On Mon, Apr 17, 2023 at 2:37 PM Ailapuram Nagasathvik < > nagasathvik5...@gmail.com> wrote: > >> Sure,

Re: PgAdmin not opening properly

2023-04-17 Thread Aditya Toshniwal
Hi Ailapuram, As discussed on call, removing the pgadmin4.db file made it work. Unfortunately, the exact reason for error could not be found. On Mon, Apr 17, 2023 at 5:25 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Ailapuram, > > Please join - https://meet.google.com/guz

Re: PgAdmin not opening properly

2023-04-17 Thread Aditya Toshniwal
Hi Ailapuram, Please join - https://meet.google.com/guz-gzwd-gem On Mon, Apr 17, 2023 at 4:59 PM Ailapuram Nagasathvik < nagasathvik5...@gmail.com> wrote: > Yes, I will be available at that time. > > On Mon, 17 Apr, 2023, 4:42 pm Aditya Toshniwal, < > aditya.toshni...@enterprisedb.com> wrote: >

Re: PgAdmin not opening properly

2023-04-17 Thread Aditya Toshniwal
Hi Ailapuram, Are you available at 5-5.30PM today? On Mon, Apr 17, 2023 at 2:37 PM Ailapuram Nagasathvik < nagasathvik5...@gmail.com> wrote: > Sure, what time? > > On Mon, 17 Apr, 2023, 12:57 pm Akshay Joshi, < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Mon, Apr 17, 2023 at 12:50 PM

Re: PgAdmin not opening properly

2023-04-17 Thread Ailapuram Nagasathvik
Sure, what time? On Mon, 17 Apr, 2023, 12:57 pm Akshay Joshi, wrote: > > > On Mon, Apr 17, 2023 at 12:50 PM Ailapuram Nagasathvik < > nagasathvik5...@gmail.com> wrote: > >> I am using pgadmin4 version 7.0 >> It is comming like this only unable to fing pgadmin ,browser,database on >> top left >>

Re: PgAdmin not opening properly

2023-04-17 Thread Akshay Joshi
On Mon, Apr 17, 2023 at 12:50 PM Ailapuram Nagasathvik < nagasathvik5...@gmail.com> wrote: > I am using pgadmin4 version 7.0 > It is comming like this only unable to fing pgadmin ,browser,database on > top left > Can we have a screen sharing session to resolve this issue? > > > On Mon, Apr 17

Re: PgAdmin not opening properly

2023-04-16 Thread Akshay Joshi
Hi Which version of pgAdmin have you installed? Please try the latest version v7.0 and update us if the issue still persists. On Sat, Apr 15, 2023 at 10:50 PM Ailapuram Nagasathvik < nagasathvik5...@gmail.com> wrote: > PgAdmin is not opening properly unable to find the servers and databases > o

Re: pgadmin hangs with "waiting for lock" after exception

2023-03-29 Thread Khushboo Vashi
On Tue, Mar 28, 2023 at 6:21 PM Rettstadt, Tobias < ext.tobias.rettst...@nordlb.de> wrote: > Hi, > > > > we are using pgadmin 6.20 with a PostgreSQL database for the user settings > and Azure AD login via OIDC. We are running pgadmin in Kubernetes using the > official docker image with the followi

Re: pgAdmin 6.19 - Hotkey for opening Query Window not working

2023-01-31 Thread Aditya Toshniwal
Hi Joe, The issue is already reported - https://github.com/pgadmin-org/pgadmin4/issues/5763. The pgAdmin team will work on it. On Tue, Jan 31, 2023 at 7:18 PM Joe Tailleur wrote: > Since I installed 6.19 my hot key to open the query editor no longer > works; forcing me to right-click and select

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
ntext(token, self._creds, > > File "gssapi/raw/sec_contexts.pyx", line 270, in > gssapi.raw.sec_contexts.accept_sec_context > > gssapi.raw.*exceptions*.BadMechanism*Error*: Major (65536): An > unsupported mechanism was requested, Minor (0): Unknown *error* > > >

RE: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Milan MOLNÁR
or_step res = rsec_contexts.accept_sec_context(token, self._creds, File "gssapi/raw/sec_contexts.pyx", line 270, in gssapi.raw.sec_contexts.accept_sec_context gssapi.raw.exceptions.BadMechanismError: Major (65536): An unsupported mechanism was requested, Minor (0): Unknown error milanm

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
eating the keytab file, just for testing ? > > > Thank you > > milanm > > > > > > *From:* Khushboo Vashi > *Sent:* Monday, January 9, 2023 7:11 AM > *To:* Milan MOLNÁR > *Cc:* pgadmin-supp...@postgresql.org > *Subject:* Re: pgadmin kerberos auth prop

RE: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Milan MOLNÁR
2 (AES256-SHA1) keylength 32 (0x65c0f02ddea2d866d2e792cd125ff1784aa646bb0035ebd2c5fedf7282c7c384) C:\Users\Admin> Do you have any another advice how to find out where is the problem? Thank you milanm From: Khushboo Vashi Sent: Monday, January 9, 2023 7:11 AM To: Milan MOLNÁR Cc: pgadmin-supp...@postgresql.org Subject: Re: pgadmin kerberos auth propb

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-08 Thread Khushboo Vashi
line 270, in > gssapi.raw.sec_contexts.accept_sec_context > > gssapi.raw.*exceptions*.BadMechanism*Error*: Major (65536): An > unsupported mechanism was requested, Minor (0): Unknown *error* > > > > Thank you very much for your time and investigation > > Ragards >

  1   2   3   4   5   6   7   >