Package Details: pgadmin4-desktop 8.14-1

Git Clone URL: https://aur.archlinux.org/pgadmin4-desktop.git (read-only, click to copy)
Package Base: pgadmin4-desktop
Description: The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
Upstream URL: https://www.pgadmin.org/
Licenses: PostgreSQL
Provides: pgadmin4-desktop
Submitter: bko
Maintainer: joebie
Last Packager: bko
Votes: 9
Popularity: 2.44
First Submitted: 2024-07-06 13:39 (UTC)
Last Updated: 2024-12-22 15:50 (UTC)

Latest Comments

RealGecko commented on 2025-01-21 06:48 (UTC)

@joebie I've tried PGADMIN_SERVER_MODE=OFF for and still get the same error with pgadmin4-desktop, meanwhile server package is broken IMO as /usr/pgadmin4/venv/bin/python3 is a symlink to /usr/pgadmin4/venv/bin/python3.12 which is a symlink to /usr/pgadmin4/venv/bin/python3, will point it out in pgadmin4-server repo.

joebie commented on 2025-01-20 10:43 (UTC) (edited on 2025-01-20 10:45 (UTC) by joebie)

@realgecko if I remember correctly I had the same problem and needed to manually start the server. Before doing that make sure you do export PGADMIN_SERVER_MODE=OFF otherwise the server will attempt to use directories outside of your home. (/usr/pgadmin4/venv/bin/python3 -s /usr/pgadmin4/web/pgAdmin4.py)

If you intend to run it system-wide look here https://www.pgadmin.org/docs/pgadmin4/development/server_deployment.html

RealGecko commented on 2025-01-18 09:41 (UTC)

I get an error The pgAdmin 4 server could not be contacted

joebie commented on 2025-01-07 10:32 (UTC)

@bko I'm willing to be a co-maintainer but you need to know I just signed up today because you asked for a co-maintainer so please check I'm an actual person since I have no history here.

QuickmediaFan69 commented on 2024-12-30 21:05 (UTC) (edited on 2024-12-30 21:06 (UTC) by QuickmediaFan69)

Ran into the same issue as vinayv. Installing python312 from AUR seems to get around the problem and pgadmin now runs again. Please do still upgrade this package to support the latest python from arch repos though.

vinayv commented on 2024-12-28 07:05 (UTC)

With the latest system upgrade, python has moved to 3.13, where as pgadmin4 needs version 3.12 (there are symlinks to /usr/lib/python3.12). Because of this pgadmin4 no longer launches. Even reinstalling doesn't seem to fix it.

bko commented on 2024-09-23 08:32 (UTC)

Sorry for the delay in updating. I've been having some problems with my own free time lately. Anyone want to be a Co-Maintainer?

Thundernerd commented on 2024-09-16 05:38 (UTC) (edited on 2024-09-16 05:38 (UTC) by Thundernerd)

Here's a patch for 8.11

diff --git a/PKGBUILD b/PKGBUILD
index 2082c7c..b56236b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: bko <aur at bil dot co dot ua>

 pkgname=pgadmin4-desktop
-pkgver=8.10
+pkgver=8.11
 pkgrel=1
 pkgdesc='The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.'
 arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://www.pgadmin.org/'
 depends=("pgadmin4-server=${pkgver}" 'xdg-utils' 'python-dbus')
 provides=('pgadmin4-desktop')
 source=(${pkgname}-${pkgver}-x86_64.deb::"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('98c5ade97ea145b49f242b30f180ab2c84ef3c0ddfd4ee602b61a50432dad055')
+sha256sums=('745f200cedc7d0a6159ba5a3154f27edf9fbd35815413a2a6ea87becb7633eb7')

 package() {
   # Extract package data