Unable to run PGAdmin in Ubuntu 24

2024-09-24 Thread Steven Adams
Hello, I'm using PostgreSQL and PGAdmin on a Ubuntu server. Both worked when the server was on Ubuntu version 22, but after it was upgraded to 24, PGAdmin started causing an internal server error. The Apache error log shows this: [Mon Sep 16 11:24:55.627995 2024] [wsgi:error] [pid 163422] [re

Error: The pgAdmin 4 server could not be contacted

2024-09-24 Thread FREDDY Liévano
I just installed postgresql-17.0-rc1-windows-x64 on windows 11, everything seems to be ok during the installation, but when I execute the application pgAdmin 4 is sends me next error: The pgAdmin 4 server could not be contacted. This is what I got in the log file after the error: pgAdmin Runtim

Re: Error: The pgAdmin 4 server could not be contacted

2024-09-24 Thread Khushboo Vashi
Hi, You can install pgAdmin from https://www.pgadmin.org/download/ . Thanks, Khushboo On Tue, Sep 24, 2024 at 5:15 PM FREDDY Liévano wrote: > I just installed postgresql-17.0-rc1-windows-x64 on windows 11, everything > seems to be ok during the installation, but when I execute the application

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 command line. How

Re: Unable to run PGAdmin in Ubuntu 24

2024-09-24 Thread Aditya Toshniwal
Hi Steven, What is your pgAdmin version? You'll have to uninstall and install pgAdmin again. On Wed, Sep 25, 2024 at 4:54 AM Steven Adams wrote: > Hello, > > I'm using PostgreSQL and PGAdmin on a Ubuntu server. Both worked when the > server was on Ubuntu version 22, but after it was upgraded t