Search Criteria
Package Details: pgadmin4-server 9.8-1
Package Actions
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: | pgadmin pgadmin4 postgres postgresql |
Licenses: | PostgreSQL |
Provides: | pgadmin4-server |
Submitter: | bko |
Maintainer: | lzx3in |
Last Packager: | lzx3in |
Votes: | 11 |
Popularity: | 1.74 |
First Submitted: | 2024-07-06 13:38 (UTC) |
Last Updated: | 2025-10-02 15:02 (UTC) |
Dependencies (3)
- krb5 (krb5-gitAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR)
- python-dbus
Latest Comments
lzx3in commented on 2025-09-29 03:51 (UTC) (edited on 2025-09-29 03:51 (UTC) by lzx3in)
Hi there! I've taken over the maintenance of this package.
I've updated it to version 9.8, and switched the base from Ubuntu Noble to the newer Plucky to address immediate compatibility issues.
Please note that this is a temporary solution. I'm going to migrate the package to a native Arch Linux build from source in the near future, which will provide better long-term compatibility.
filippoaceto commented on 2025-09-25 09:02 (UTC) (edited on 2025-09-25 09:03 (UTC) by filippoaceto)
Ciao, ho aggiornato il PKGBUILD alla nuova versione 9.8, allego patch
brody commented on 2025-06-22 10:21 (UTC)
To switch from Pythen 3.12 to Python 3.13 please replace
noble
withplucky
in the URL.sashank commented on 2025-04-06 13:36 (UTC) (edited on 2025-04-06 13:40 (UTC) by sashank)
Thanks @RealGecko, this really helped. I think the Debian package comes with a reference to python3.12 as you suggested, and that's probably what's on Ubuntu at the moment. While looking at their issues and whatnot, they've gotten it to work with python 3.13, it works when you install it through pip and not the approach we're taking using the debian package and letting our system package manager handle everything for our system python. So the janky solution is to install and require the python 3.12 package and it works. So the PKGBUILD script should be
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