Package Details: pgadmin4-server 8.14-1

Git Clone URL: https://aur.archlinux.org/pgadmin4-server.git (read-only, click to copy)
Package Base: pgadmin4-server
Description: The core server package 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/
Keywords: postgres
Licenses: PostgreSQL
Provides: pgadmin4-server
Submitter: bko
Maintainer: joebie
Last Packager: bko
Votes: 7
Popularity: 1.97
First Submitted: 2024-07-06 13:38 (UTC)
Last Updated: 2024-12-22 15:48 (UTC)

Latest Comments

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

Package is broken I think because inside /usr/pgadmin4/venv/bin/python3 points to /usr/pgadmin4/venv/bin/python3.12 which points back to /usr/pgadmin4/venv/bin/python3 thus creating symlink loop which is never resolved. So I cannot start pgadmin4-server.

pqatsi commented on 2024-12-26 14:59 (UTC)

Hello!

Python just got updated to 3.13.1 and now pg4admin-server does not work.

Thundernerd commented on 2024-09-16 05:39 (UTC)

Here's a patch for 8.11

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

 pkgname=pgadmin4-server
-pkgver=8.10
+pkgver=8.11
 pkgrel=1
 pkgdesc='The core server package 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=('postgresql-libs' 'krb5' 'python-dbus')
 provides=('pgadmin4-server')
 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=('d3779c56635c11e7b3d3a9d7646e7cf40b6a7ea64a3cdea819277c3a2e67779d')
+sha256sums=('1318b0f0a277b7944e50f1c54461df3c46aff265f75c4cabba646fda376751d9')

 package() {
   # Extract package data