Search Criteria
Package Details: pgadmin4-server 8.14-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: | postgres |
Licenses: | PostgreSQL |
Provides: | pgadmin4-server |
Submitter: | bko |
Maintainer: | joebie |
Last Packager: | bko |
Votes: | 7 |
Popularity: | 0.38 |
First Submitted: | 2024-07-06 13:38 (UTC) |
Last Updated: | 2024-12-22 15:48 (UTC) |
Dependencies (3)
- krb5 (krb5-gitAUR)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR)
- python-dbus
Latest Comments
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