Re: How to remove saved password of pgadmin4-Reg

2025-07-17 Thread Yogesh Mahajan
on your browser. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Jul 17, 2025 at 8:50 PM Purna Bolla wrote: > Dear Sir, > > While login to pgadmin4, I saved password. Now, I want to clear the > password saved in the pgadmin4 from the pgadmin4 front end itself. I > browsed in chatgpt and it

How to remove saved password of pgadmin4-Reg

2025-07-17 Thread Purna Bolla
Dear Sir, While login to pgadmin4, I saved password. Now, I want to clear the password saved in the pgadmin4 from the pgadmin4 front end itself. I browsed in chatgpt and it suggested so many options but I did not find direct solution. Pl suggest a solution for this as i am doing it in

Re: pgAdmin4-9.5 password textbox missing in connection settings

2025-07-10 Thread Darren Duncan
On a related matter, which I can make a formal feature request ticket for... PgAdmin should have a password manager UI that lets you see/retrieve the saved passwords it uses with remembered servers. A few months ago I ran into a problem where I had temporarily forgotten what the password was

Re: pgAdmin4-9.5 password textbox missing in connection settings

2025-07-09 Thread Dave Page
On Wed, 9 Jul 2025 at 16:28, richard coleman wrote: > I've recently upgraded to pgAdmin4-9.5 from pgAdmin4-9.1 on Windows 10. > Apparently the Password textbox in the Connection tab has been removed. > > Why has this change been made? > How do I get it back? > Both goo

pgAdmin4-9.5 password textbox missing in connection settings

2025-07-09 Thread richard coleman
I've recently upgraded to pgAdmin4-9.5 from pgAdmin4-9.1 on Windows 10. Apparently the Password textbox in the Connection tab has been removed. Why has this change been made? How do I get it back? Thanks, rik.

Re: install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server

2025-06-27 Thread Dave Page
Hi On Fri, 27 Jun 2025 at 16:25, richard coleman wrote: > Hello all, > > Is there a way to install just pgadmin4-desktop on Ubuntu? > > Following the instructions here: > https://www.pgadmin.org/download/pgadmin-4-apt/ > > It states: > > # Install for both des

install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server

2025-06-27 Thread richard coleman
Hello all, Is there a way to install just pgadmin4-desktop on Ubuntu? Following the instructions here: https://www.pgadmin.org/download/pgadmin-4-apt/ It states: # Install for both desktop and web modes: sudo apt install pgadmin4 # Install for desktop mode only: sudo apt install pgadmin4

Re: dpage/pgadmin4 docker image 9.4.0 vulnerabilities

2025-06-18 Thread Yogesh Mahajan
Hi, These will be fixed in the next release. Libraries are updated. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jun 18, 2025 at 1:34 PM Jiří Zemánek wrote: > Hello, > > can you do something about it? > > > Vulnerability Severity Package Current Fixed in Listed In CVE Allowlist > CVE-2024-1271

dpage/pgadmin4 docker image 9.4.0 vulnerabilities

2025-06-18 Thread Jiří Zemánek
Hello, can you do something about it? VulnerabilitySeverity Package   Current   Fixed in   Listed In CVE Allowlist CVE-2024-12718   High pyc    3.12.10-r13.12.11-r0No C

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-15 Thread Yogesh Mahajan
terpriseDB >>> >>> >>> On Tue, Jun 10, 2025 at 3:54 PM Shakir Idrisi wrote: >>> >>>> HI, >>>> >>>> I have used this command, and I have created a systemd file to start >>>> and stop the service. >>>> >&g

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
s command, and I have created a systemd file to start and > stop the service. > > *ExecStart=/var/w-data/pgadmin4/pgadmin_venv/bin/gunicorn \* > *--workers 1 \* > * --threads=25 \* > * --bind unix:/tmp/pgadmin4.sock \* > *--chdir > /var/w-data/pgadmin4/pgadmin_

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Shakir Idrisi
HI, I have used this command, and I have created a systemd file to start and stop the service. *ExecStart=/var/w-data/pgadmin4/pgadmin_venv/bin/gunicorn \* *--workers 1 \* * --threads=25 \* *--bind unix:/tmp/pgadmin4.sock \* *--chdir /var/w-data/pgadmin4/pgadmin_venv/lib/python3.11

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
; *Gunicorn > and NGINX*, accessible at: > https://domain.com/pgadmin4/. > > The login page loads correctly. However, after entering valid credentials, > I'm redirected back to the login page without any error message. > Occasionally, I see a *CSRF token* error, which disappea

Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Shakir Idrisi
Hi, I've installed *pgAdmin 4* on my Linux server and configured it behind *Gunicorn and NGINX*, accessible at: https://domain.com/pgadmin4/. The login page loads correctly. However, after entering valid credentials, I'm redirected back to the login page without any error message. Oc

Re: Database Problems on pgAdmin4

2025-05-08 Thread Anil Sahoo
Hi Ali, Please let us know which version of pgAdmin 4 you are using and also the environment details. It feels you are facing this issue in v9.2 may be, you can check this issue reported by other users here <https://github.com/pgadmin-org/pgadmin4/issues/8632>. I will suggest you to co

Re: pgadmin4 data browsing

2025-05-08 Thread Lutz Badenheuer
Hello, Am Mittwoch, 7. Mai 2025, 13:06:02 CEST schrieb Aditya Toshniwal: > We're already using react-data-grid which uses virtualization and is quite > fast. You might be using an older version where the data was fetched from > the server dynamically on scroll. Maybe this is about the amount of d

Re: pgadmin4 data browsing

2025-05-08 Thread Andrew Protasov
Hi, It is pgadmin4 9.3. Try to fetch 1 records (increase it in preferences) and try to pg up or pg downd continuously. i can do 100k records this way in google spreadsheet inside chrome easy. Andrew From: Aditya Toshniwal Sent: Wednesday, May 7, 2025 6:06

Re: pgadmin4 data browsing

2025-05-07 Thread Aditya Toshniwal
Hi Andrew, We're already using react-data-grid which uses virtualization and is quite fast. You might be using an older version where the data was fetched from the server dynamically on scroll. On Wed, May 7, 2025 at 4:00 PM Andrew Protasov wrote: > Hi, > > Browsing of query result set using pa

Re: pgadmin4 data browsing

2025-05-07 Thread Ray O'Donnell
On 07/05/2025 02:30, Andrew Protasov wrote: Browsing of query result set using page up/page down keys is very slow and the slowest that I have seen in any sql tool. You need to user proper js widget like slickgrid for it, which has decent performance. Pgadmin3 did not have this issue at all.

pgadmin4 data browsing

2025-05-07 Thread Andrew Protasov
Hi, Browsing of query result set using page up/page down keys is very slow and the slowest that I have seen in any sql tool. You need to user proper js widget like slickgrid for it, which has decent performance. Pgadmin3 did not have this issue at all. Andrew

Re: Installing multiple pgadmin4 versions on one is

2025-04-13 Thread Aditya Toshniwal
Hi Akira, pgAdmin 4 doesn't support multiple versions on the same OS because the configuration database of pgAdmin will have the same path which may create conflicts. On Fri, Apr 11, 2025 at 5:53 AM Akira TAKAHASHI wrote: > Hi > > Is is possible to install pdadmin4 on one os(windows10)? > > Sp

Installing multiple pgadmin4 versions on one is

2025-04-10 Thread Akira TAKAHASHI
Hi Is is possible to install pdadmin4 on one os(windows10)? Specifically is it possible to install v9.2 separately from v6.14 on the same windows os? Sincerely Akira

Re: Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it?

2025-03-31 Thread Khushboo Vashi
Hi, On Mon, Mar 31, 2025 at 6:26 PM Viktor Madarasz wrote: > Hi > > Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed > to configure it? > > As Yogesh said, Azure SSO with pgAdmin 4 OAuth2 authentication is very common, but we never tried Azure SSO with

Re: Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it?

2025-03-31 Thread Yogesh Mahajan
Hi, pgadmin4 only uses Azure AD for authentication. However users logged in with Azure SSO(or any OAuth2) are the normal users who have all the access other than adding new users. Not sure what exactly you mean 'Read only profiles'? What are the limitations you have seen in pgadmi

Re: output from pgadmin4 ver 6.14

2025-03-31 Thread Yogesh Mahajan
Hi, You can download the ERD file when you open it in the ERD tool. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Mar 31, 2025 at 10:03 PM wrote: > > Hello, > > I am forced to run pgadmin4 ver 6.14. I want to export my stored ERDs > to a digital paper format or hardcopy pape

output from pgadmin4 ver 6.14

2025-03-31 Thread orafin
Hello, I am forced to run pgadmin4 ver 6.14. I want to export my stored ERDs to a digital paper format or hardcopy paper format. What are the steps to accomplish this? Thanx!

Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it?

2025-03-31 Thread Viktor Madarasz
Hi Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it? Trying to switch IdP Provider from Onelogin ( working right now with Pgadmin4 + Webserver Authentication + Onelogin as IdP provider  to Azure SAML SSO. It looks like the mapped attributes might be the

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-22 Thread Richard Brockie
Adding to Dave's note: I've used brew to manage both postgres (multiple parallel versions) and pgAdmin4 installations for several years. The default user assumption takes a moment to understand, but apart from that installation has been straightforward. The only important thing to reme

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-22 Thread Dave Page
On Wed, 22 Jan 2025 at 04:24, Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > pgadmin4 is not shipped with brew installers. > As a point of clarification, Brew does include pgAdmin in their catalog. I have no idea how they install it, and whether we'd c

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-21 Thread Yogesh Mahajan
Hi, pgadmin4 is not shipped with brew installers. Have you ever used the EDB PostgreSQL installer to install postgres? If yes, Please refer this <https://www.enterprisedb.com/docs/supported-open-source/postgresql/uninstalling/#uninstalling-postgresql-on-mac> link to uninstall the p

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-16 Thread Yogesh Mahajan
I do, I cannot connect to any databases using pgadmin4. > > I am using a Mac (Ventura), and downloaded postgreSQL@14 via brew. > > By default, I am a superuser with psql, and that works normally. > > However, with pgadmin4, I am ‘postgres’ and cannot access any databases, > due to

Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-16 Thread brian malone
Hi. No matter what I do, I cannot connect to any databases using pgadmin4. I am using a Mac (Ventura), and downloaded postgreSQL@14 via brew. By default, I am a superuser with psql, and that works normally. However, with pgadmin4, I am ‘postgres’ and cannot access any databases, due to a

Re: Loading the Clinical Trials Transformation Initiative AACT databse into pgAdmin4 v8.13

2024-12-17 Thread Khushboo Vashi
On Tue, Dec 17, 2024 at 10:20 PM Colin Young wrote: > Hi, > > I've been using pgAdmin4 as the GUI for manipulating AACT data for several > years. I recently updated to v8.13 and am no longer able to Restore > downloaded .dmp files into the database I've created. Always

Loading the Clinical Trials Transformation Initiative AACT databse into pgAdmin4 v8.13

2024-12-17 Thread Colin Young
Hi, I've been using pgAdmin4 as the GUI for manipulating AACT data for several years. I recently updated to v8.13 and am no longer able to Restore downloaded .dmp files into the database I've created. Always fails with the message "pg_restore: error: unsupported version (1.15) in f

Re: [SOLVED] Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-16 Thread Khushboo Vashi
On Fri, Dec 13, 2024 at 6:20 PM Surya Widyanto wrote: > Hi, > > I just want to share that the problem with my installation of pgAdmin4 on > my AlmaLinux v8.x and v9.x are now can run with Web mode using Apache HTTPD. > I will try to explain how I overcome the problem > > 1.

[SOLVED] Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-13 Thread Surya Widyanto
Hi, I just want to share that the problem with my installation of pgAdmin4 on my AlmaLinux v8.x and v9.x are now can run with Web mode using Apache HTTPD. I will try to explain how I overcome the problem 1. First, the error log of my pgAdmin4 are like below mod_wsgi (pid=3540264): Failed to

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-03 Thread Surya Widyanto
Hi, I've try to move the libpq.so and libpq.so.5 to other locatiom. and restart the apache httpd. And the result is still the same, Error 500 on the web. couldn't import psycopg 'c' implementation: /usr/pgadmin4/venv/lib64/python3.9/site-packages/psycopg_c/pq.cpy

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-02 Thread Khushboo Vashi
ATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' >> 'PYTHON=/usr/bin/python3' >> CC = gcc >> CPPFLAGS = -D_GNU_SOURCE -I/usr/include >> CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith >> -Wdeclaration-after-statement -Werror=vla -Wendif-labels >&g

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-02 Thread Surya Widyanto
-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection CFLAGS_SL = -fPIC LDFLAGS = -Wl,--as-needed -L/usr/lib64 -Wl,--as-needed LDFLAGS_EX =

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
otector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection CFLAGS_SL = -fPIC LDFLAGS = -Wl,--as-needed -L/usr/lib64 -Wl,--as-needed LDFLAGS_EX = LDFLAGS_SL = LIBS =

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
On Mon, Nov 18, 2024 at 2:48 PM Surya Widyanto wrote: > Hi, > > Below are the output of *dnf list libpq5** on my AlmaLinux 8 (x64) > machine: > > Last metadata expiration check: 3:28:40 ago on Mon 18 Nov 2024 12:43:19 PM > WIB. > Installed Packages > libpq5.x86_64 - 17

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, Just to confirm, I've restart the Apache. When I downgrade the pgAdmin4 to v8.12 on my AlmaLinux 9 (x64) machine, then restart the Apache server, I can access the pgAdmin4 via web browser again. It mean that there is something wrong with the v8.13 update package. Regards, ayrus02

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
mat-security -fno-strict-aliasing -fwrapv > -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation > -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches > -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 > -Wp,-D_GLIBCXX_ASSERTIONS -spec

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, Below are the output of *dnf list libpq5** on my AlmaLinux 8 (x64) machine: Last metadata expiration check: 3:28:40 ago on Mon 18 Nov 2024 12:43:19 PM WIB. Installed Packages libpq5.x86_64 - 17.0-43PGDG.rhel8 - @pgAdmin4 Available Packages libpq5-devel.x86_64 - 17.0-43PGDG.rhel8

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
s -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronou

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
24 13:48, Khushboo Vashi wrote: >> >> Is libpq5 installed on your system? >> >> On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto >> wrote: >> >>> Hi, >>> >>> Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dn

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
3:48, Khushboo Vashi wrote: Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: Hi, Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on AlmaLinux 8. My pgAdmin4 is installed as web mod

Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi, Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on AlmaLinux 8. My pgAdmin4 is installed as web mode and accessed via Apache. After upgrading to v8.13, when I access the pgAdmin4 address from web browser, it give an error 500. When I look at the error lo

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Khushboo Vashi
rya Widyanto wrote: > >> Hi, >> >> Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on >> AlmaLinux 8. >> >> My pgAdmin4 is installed as web mode and accessed via Apache. >> >> After upgrading to v8.13, when I access th

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Khushboo Vashi
Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: > Hi, > > Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on > AlmaLinux 8. > > My pgAdmin4 is installed as web mode and accessed via Apache. > > Aft

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi Vashi, Yes, I can confirm it is installed with version: libpq5.x86_64 - v16.3-43PGDG.rhel8 Regards, ayrus02 On 18-11-2024 13:48, Khushboo Vashi wrote: Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: Hi, Today, I've upgraded my pgA

Re: pgAdmin4 - error on launch of app

2024-11-10 Thread Aditya Toshniwal
Hi Wojciech, Please check - https://github.com/pgadmin-org/pgadmin4/issues/8079#issuecomment-2458636320 On Sun, Nov 10, 2024 at 3:53 PM Wojciech Gorczyca wrote: > After installation of pgAdmin4 on MacBook Air M2 I am getting the > following error when trying to launch the application:

pgAdmin4 - error on launch of app

2024-11-10 Thread Wojciech Gorczyca
After installation of pgAdmin4 on MacBook Air M2 I am getting the following error when trying to launch the application: Dear Member of Technical Support Team, I am experiencing an issue where attempting to open* pgAdmin4* application results in an*_LSOpenURLsWithCompletionHandler() failed -54

Re: [EXTERNAL] Re: PgAdmin4 Runtime Environment Error

2024-10-28 Thread Alex Escott
Issue resolved. Thank you for the help! From: Anil Sahoo Sent: Monday, October 28, 2024 12:06 AM To: Alex Escott Cc: pgadmin-supp...@postgresql.org Subject: [EXTERNAL] Re: PgAdmin4 Runtime Environment Error External Sender: Use caution with links/attachments

Re: PgAdmin4 Runtime Environment Error

2024-10-27 Thread Anil Sahoo
Hi Alex, Do you have any other pgAdmin installations? Please try as per the steps mentioned here <https://github.com/pgadmin-org/pgadmin4/issues/7901#issuecomment-2333222484>. And let us know if you have any questions. Thanks <http://www.enterprisedb.com> *Anil Sahoo* Softw

PgAdmin4 Runtime Environment Error

2024-10-26 Thread Alex Escott
Hello, Having issues with opening the PgAdmin4 application. Please see the error message attached. Would appreciate any help with this issue. Thank you, Alex Escott Senior Auditor – Lead Data Analytics, Corporate Audit, IAS 3000 N Sam Houston Pkwy E Houston, TX 77032 alex.esc

Re: Unable to launch pgadmin4 on my Mac 10.14.6 version

2024-10-14 Thread Aditya Toshniwal
ri, Sep 20, 2024 at 2:29 PM Poornima Gupta >> wrote: >> >>> Hi Team, >>> >>> I am unable to launch pgadmin4 on my Mac 10.14.6 version despite many >>> attempts with different versions. >>> *The error: **LSOpenURLsWithRole() failed with error -10825

Re: Issue with pgAdmin4 not finding pg_dump

2024-10-02 Thread Aditya Toshniwal
;> >>>> >>>> >>>> Although this is clearly incorrect since the files are there and can be >>>> executed without the need sudo or any other privelege execution. >>>> >>>> >>>> On 24/09/2024 10:52, Aditya Toshniwa

Issue with pgAdmin4 not finding pg_dump

2024-09-24 Thread anthony.flury
I am trying to do a simple backup of my PostGreSql 12 database via pgAdmin4 (v 8.12) on Ubuntu 22.04 In Preferences I have the path for PostGre 12 set to '/usr/bin/', and I have confirmed that that pg_dump utility exists in /usr/bin directory, and I can run pg_dump from the co

Re: Unable to launch pgadmin4 on my Mac 10.14.6 version

2024-09-20 Thread Aditya Toshniwal
to launch pgadmin4 on my Mac 10.14.6 version despite many > attempts with different versions. > *The error: **LSOpenURLsWithRole() failed with error -10825 for the file > /Library/PostgreSQL/13/pgAdmin 4.app <http://4.app>. (1)* > > I have tried various troubleshooting options, inclu

Unable to launch pgadmin4 on my Mac 10.14.6 version

2024-09-20 Thread Poornima Gupta
Hi Team, I am unable to launch pgadmin4 on my Mac 10.14.6 version despite many attempts with different versions. *The error: **LSOpenURLsWithRole() failed with error -10825 for the file /Library/PostgreSQL/13/pgAdmin 4.app <http://4.app>. (1)* I have tried various troubleshooting o

Re: Showing error while starting PgAdmin4

2024-09-19 Thread Rajesh Jatav
I am also facing same problem. On Wed, 18 Sept, 2024, 10:07 pm Anthony DeBarros, < anthonymdebar...@gmail.com> wrote: > > On Wed, Sep 18, 2024 at 6:35 AM Sandeep Thakkar < > sandeep.thak...@enterprisedb.com> wrote: > >> Hi, >> >> Is this PostgreSQL 17 RC1 installer? on what windows version did yo

Re: Showing error while starting PgAdmin4

2024-09-19 Thread Anthony DeBarros
On Wed, Sep 18, 2024 at 6:35 AM Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > Hi, > > Is this PostgreSQL 17 RC1 installer? on what windows version did you try > installing? > > A reader of my book just contacted me about the same issue. They initially installed 17 RC1 then downgrade

Re: Error con pgadmin4

2024-09-09 Thread Yogesh Mahajan
Hi, Issue is with pip. Kindly use the pip version below 24.1 and try again. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Sep 9, 2024 at 6:15 PM Vega Matias wrote: > Hi Yogesh, I downloaded pgadmin4 from aur because other modes gave me an > error. > So I looked for an alternative

Re: Error con pgadmin4

2024-09-09 Thread Yogesh Mahajan
Hi, >From where did you download the pgadmin installer? It seems the installation is incomplete. Note - pgAdmin4 is not officially tested on arch linux. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Sep 9, 2024 at 4:51 PM Vega Matias wrote: > Hello, very good, I have a problem with pg

Error con pgadmin4

2024-09-09 Thread Vega Matias
Hello, very good, I have a problem with pgadmin4 when running pgadmin4, the OS I am using is arch linux: pgadmin4 Traceback (most recent call last): File "/home/mati/pgadmin4/pgadmin4-env/bin/pgadmin4", line 5, in from pgadmin4.pgAdmin4 import main File "/home/mati/pgadmi

Re: Cannot access pgAdmin4 server

2024-08-02 Thread David Bear
user to the pg cluster and try connecting with that user both through psql and then through pgadmin On Thu, Aug 1, 2024 at 1:43 AM Albaraa Al Saydaoui < aalsayda...@student.unimelb.edu.au> wrote: > Hi, > > I have been trying to access the pgAdmin4 server but every time I try to &g

Re: Cannot access pgAdmin4 server

2024-08-01 Thread Akshay Joshi
been trying to access the pgAdmin4 server but every time I try to > input the password I receive the error below. I have uninstalled > the software and reinstalled with a different password and this error still > came up again. Any guidance or help with this issue would be much &g

Cannot access pgAdmin4 server

2024-08-01 Thread Albaraa Al Saydaoui
Hi, I have been trying to access the pgAdmin4 server but every time I try to input the password I receive the error below. I have uninstalled the software and reinstalled with a different password and this error still came up again. Any guidance or help with this issue would be much

Re: Improper PGADMIN4 redirect URI #7389

2024-06-05 Thread shantanu.mitra
p...@postgresql.org" , "Kudupudi, Surendra (098)" , "Schiele, Achim (098)" , "Nowack, Daniel D. (098)" Subject: Improper PGADMIN4 redirect URI #7389 Hi Team, I hope this message finds you well. We've encountered an issue for the redirect URI of pgAdmin, for

Re: Improper PGADMIN4 redirect URI #7389

2024-06-05 Thread Aditya Toshniwal
n help us > our here. > > Thanks & regards > Shantanu > > > > *From: *"Mitra, Shantanu (623)" > *Date: *Tuesday, 4 June 2024 at 10:47 AM > *To: *"pgadmin-supp...@postgresql.org" , > "Kudupudi, Surendra (098)" , > "Schiele, Ac

Improper PGADMIN4 redirect URI #7389

2024-06-04 Thread shantanu.mitra
nd explore potential solutions.\n\nIssue Details:\nLink: https:/ /github.com/pgadmin-org/pgadmin4/issues/7389\n\nPlease feel free to forwar d the meeting invite to the concerned members!\n\nThanks & Regards\nShanta nu\n\n__

Re: Groups for local users pgadmin4

2024-05-22 Thread Yogesh Mahajan
Hi, You can use a shared server functionally to achieve your use case. Please find the reference link here <https://www.enterprisedb.com/blog/shared-servers-pgadmin-4> and detailed documentation here <https://www.pgadmin.org/docs/pgadmin4/latest/server_dialog.html>.. Thanks, Yo

Groups for local users pgadmin4

2024-05-16 Thread Dima P
Hello, I have a containerized setup of pgAdmin4 V8.5 in server mode running. Could you please tell if exists any plans to add functionality in pgadmin4 to create groups for local users in pgadmin4 in web server mode and set privileges for them? Basic idea To have one user with administrative

Re: Pgadmin4 for arm64 Linux

2024-05-02 Thread Aditya Toshniwal
Hi Ron, No, there is no ARM build for Linux yet. You can use python pip wheel installation. On Thu, May 2, 2024 at 1:26 PM Ron Jewell wrote: > I’m running Linux on VMWare installed on my iMac. Is there an arm64 > pgadmin4 for Linux? If not could you suggest an alternative? >

Pgadmin4 for arm64 Linux

2024-05-02 Thread Ron Jewell
I’m running Linux on VMWare installed on my iMac. Is there an arm64 pgadmin4 for Linux? If not could you suggest an alternative? Thanks Ron.

Re: installing Pgadmin4 onto linux using the download pgadmin4-8.5-arm64.dmg

2024-05-01 Thread Dave Page
Hi On Wed, 1 May 2024 at 14:14, Ron Jewell wrote: > I've seen lots of videos installing pgadmin4 onto Linux using Curl > followed by Add key technique and others using sudo apt install but nothing > from pgadmin4-8.5-arm64.dmg. > > But I haven’t seen anything anywhere on do

installing Pgadmin4 onto linux using the download pgadmin4-8.5-arm64.dmg

2024-05-01 Thread Ron Jewell
I've seen lots of videos installing pgadmin4 onto Linux using Curl followed by Add key technique and others using sudo apt install but nothing from pgadmin4-8.5-arm64.dmg. But I haven’t seen anything anywhere on downloading a DMG file and installing pgadmin4 from a DMG file on an

Re: Missing Database in pgadmin4

2024-04-17 Thread Aditya Toshniwal
as the old one, but now the new database doesn't > show up in pgadmin4 (Mac). The permissions are correct on the database for > the user, and we can even see and query the database from inside of the > pgadmin PSQL tool, but it doesn't show up in the list of databases in the > GUI.

Missing Database in pgadmin4

2024-04-17 Thread Paul Strauss
We deleted an empty database from a server and then renamed an existing database to the same name as the old one, but now the new database doesn't show up in pgadmin4 (Mac). The permissions are correct on the database for the user, and we can even see and query the database from inside o

Re: pgadmin4 quits unexpectedly on windows

2024-03-27 Thread Yogesh Mahajan
nstallations, mostly with postgresql15 on windows server > 2016. We had pgadmin4 6.21 and we've seen it quit unexpectedly, without > being able to identify a cause (it would quit while running various queries > in the query window). > Checked the query history tab after re-opening pg

pgadmin4 quits unexpectedly on windows

2024-03-27 Thread Yvonne Grec
Hello,We have several installations, mostly with postgresql15 on windows server 2016. We had pgadmin4 6.21 and we've seen it quit unexpectedly, without being able to identify a cause (it would quit while running various queries in the query window).Checked the query history tab after re-op

Re: Error in passing the password in servers.json file while deploying pgadmin4 in kubernetes cluster

2024-03-17 Thread Aditya Toshniwal
Hi Samrat, I found this on searching on internet - https://stackoverflow.com/a/69475874 On Fri, Mar 15, 2024 at 11:01 PM Samrat Gurung wrote: > deployment.yaml file > > containers: > - image: postgres:8.4 > env: > - name: PFADMIN_SERVER_JSON_FILE > value: /pgadmin4/server

Error in passing the password in servers.json file while deploying pgadmin4 in kubernetes cluster

2024-03-15 Thread Samrat Gurung
deployment.yaml file containers: - image: postgres:8.4 env: - name: PFADMIN_SERVER_JSON_FILE value: /pgadmin4/servers.json volumeMounts: - name: server-config mountPath: /pgadmin4/servers.json subPath: servers.json - name: password-config mountPath: /var/lib/storage/pgpass subPath: pgpass volumes

Re: Exception trying to install pgadmin4 version 8.4

2024-03-11 Thread Shaheed Haque
Added to existing issue https://github.com/pgadmin-org/pgadmin4/issues/7266#issuecomment-1987956752. .. On Mon, 11 Mar 2024 at 03:17, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Sun, Mar 10, 2024 at 7:06 PM Shaheed Haque > wrote: > >> OK, it l

Re: Exception trying to install pgadmin4 version 8.4

2024-03-10 Thread Khushboo Vashi
t; introduce some new behaviour which I guess pgadmin4 does not yet support. > Can I gently request that the pgadmin4 team look into this further? I am of > course happy to test as needed. > > Please log a request @ https://github.com/pgadmin-org/pgadmin4/issues > Thanks, Shaheed >

Re: Exception trying to install pgadmin4 version 8.4

2024-03-10 Thread Shaheed Haque
OK, it looks as though this problem occurs newly in flask-migrate 4.0.6. It looks as though the changes here: https://github.com/miguelgrinberg/Flask-Migrate/commit/6f3f889c36030134f87dc1db327c2385d873a4d6 introduce some new behaviour which I guess pgadmin4 does not yet support. Can I gently

Exception trying to install pgadmin4 version 8.4

2024-03-10 Thread Shaheed Haque
Hi, I have a scripted install for pgadmin4 which worked as expected for pgadmin7.7 when last used. I'm now trying to install 8.4 in a new VM, and it fails like this: $ sudo -i -u ubuntu PGADMIN_SETUP_EMAIL=x...@123.com PGADMIN_SETUP_PASSWORD=abcd python3 /home/ubuntu/venv/lib/python3.10

RE: pgAdmin4 Installation Issues

2024-03-06 Thread Marcello Z Fabila
Hi Yogesh The option selected in the initial installation was “Only for me” when it should have been for “All users”. I installed as “Admin” that is why when user opens pgAdmin4 it denies user access. I don’t have a screen capture of the error as user isn’t available this week. Regards

Re: pgAdmin4 Installation Issues

2024-03-05 Thread Yogesh Mahajan
; > > > *From:* Yogesh Mahajan > *Sent:* Monday, March 4, 2024 3:13 PM > *To:* Marcello Z Fabila > *Cc:* pgadmin-support@lists.postgresql.org > *Subject:* Re: pgAdmin4 Installation Issues > > > > Hi, > > > > Can you please provide your OS detail

RE: pgAdmin4 Installation Issues

2024-03-05 Thread Marcello Z Fabila
Hi Yogesh, my sincere apologies for not providing the OS details. It is Windows 10 enterprise 64-bit environment. FYI Thanks Marcello Fabila From: Yogesh Mahajan Sent: Monday, March 4, 2024 3:13 PM To: Marcello Z Fabila Cc: pgadmin-support@lists.postgresql.org Subject: Re: pgAdmin4

RE: pgAdmin4 Installation Issues

2024-03-04 Thread Marcello Z Fabila
Hi Yogesh Thanks for your email response. The error message for the user is “You do not have admin privileges” to open psAdmin4. This is because I installed pgAdmin4 as “Admin” to me only to use when I should have selected “Everyone” can use this application. Hope this makes sense. Regards

Re: pgAdmin4 Installation Issues

2024-03-03 Thread Yogesh Mahajan
n-support > > > > My name is Marcello Fabila, an IT Support Analyst with TMR. I am assisting > installing pgadmin4 (version 8.3) as an upgrade to existing pgadmin user > however because of not having the installation instructions on hand I > installed the pgadmin4.8.3 using my admin cr

pgAdmin4 Installation Issues

2024-03-01 Thread Marcello Z Fabila
Dear pgadmin-support My name is Marcello Fabila, an IT Support Analyst with TMR. I am assisting installing pgadmin4 (version 8.3) as an upgrade to existing pgadmin user however because of not having the installation instructions on hand I installed the pgadmin4.8.3 using my admin credentials

Re: pgAdmin4 not launching - Mac M1 Pro 2022

2024-02-11 Thread Aditya Toshniwal
Hi Jeff, Please uninstall pgAdmin shipped with PG v11 of EDB as it must be a very old version. Download the ARM based installer from here - https://www.pgadmin.org/download/pgadmin-4-macos/ and try. On Fri, Feb 9, 2024 at 10:42 PM Jeff Bowers wrote: > Hi there, > > I am trying to use

pgAdmin4 not launching - Mac M1 Pro 2022

2024-02-09 Thread Jeff Bowers
Hi there, I am trying to use pgadmin4 for university. I downloaded PostgreSQL version 11 from EDB and I was able to use SQL on pgadmin4 when I first opened it. I finished my task and closed the application. When I tried to reopen the app it would launch, say "waiting pgadmin4 to start"

Re: PgAdmin4 setup.py not working

2024-02-01 Thread Khushboo Vashi
Hi, On Thu, Feb 1, 2024 at 1:38 PM Shakir Idrisi wrote: > Hi, > > I have tried to install pgadmin4 on my Linux server using Server > Deployment using blow guide > https://www.pgadmin.org/docs/pgadmin4/8.2/server_deployment.html > Documentation update is required here. > &

PgAdmin4 setup.py not working

2024-02-01 Thread Shakir Idrisi
Hi, I have tried to install pgadmin4 on my Linux server using Server Deployment using blow guide https://www.pgadmin.org/docs/pgadmin4/8.2/server_deployment.html when I run python setup.py [image: 66eb6656-06f8-41a2-9403-30306a491fc1.png] I am getting the above error. I want to know if there

Re: pgAdmin4 Quit Unexpectedly

2024-01-31 Thread Yogesh Mahajan
I guess you are talking about the pgadmin app.(not Postgres) Can you please provide your OS details? How did you install it?From where did you download it? Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jan 31, 2024 at 11:19 PM lyt11142021 wrote: > Hi, > > I cannot open my Postgre after updating

pgAdmin4 Quit Unexpectedly

2024-01-31 Thread lyt11142021
Hi, I cannot open my Postgre after updating my laptop. It happened before, and it worked after I reset my laptop and downloaded it again. Can you help me with this problem? Cause I can't reset my laptop everytime. Thank you. Best, Yuetong Liu

  1   2   3   4   5   6   7   8   9   10   >