Management tool for PostgreSQL
pgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL
(http://www.postgresql.org) database.
pgAdmin 4 is written as a web application in Python, using jQuery and Bootstrap
for the client side processing and UI. On the server side, Flask is being utilised.
Although developed using web technologies, we intend for pgAdmin 4 to be usable
either on a web server using a browser, or standalone on a workstation. The
runtime/ subdirectory contains a QT based runtime application intended to allow
this - it is essentially a browser and Python interpretor in one package which
will be capable of hosting the Python application and presenting it to the user
as a desktop application.
- Developed at server:database:postgresql
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE/pgadmin4 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000001898 1.85 KB | |
README.SUSE.uwsgi.in | 0000000411 411 Bytes | |
_service | 0000000236 236 Bytes | |
fix-eventlet-select_epoll.patch | 0000004998 4.88 KB | |
fix-python3-crypto-call.patch | 0000002637 2.58 KB | |
make-cloud-packages-optional.patch | 0000001089 1.06 KB | |
node_modules.obscpio | 0097662728 93.1 MB | |
node_modules.spec.inc | 0000186083 182 KB | |
optipng | 0000000881 881 Bytes | |
package-lock.json | 0000898997 878 KB | |
package_deps.patch | 0000000814 814 Bytes | |
package_git_local.patch | 0000000890 890 Bytes | |
pgadmin-user.conf | 0000000112 112 Bytes | |
pgadmin4-8.8.tar.gz | 0036356279 34.7 MB | |
pgadmin4-8.8.tar.gz.asc | 0000000833 833 Bytes | |
pgadmin4-desktop | 0000004750 4.64 KB | |
pgadmin4.changes | 0000114604 112 KB | |
pgadmin4.conf.in | 0000000742 742 Bytes | |
pgadmin4.desktop | 0000000255 255 Bytes | |
pgadmin4.keyring | 0000003167 3.09 KB | |
pgadmin4.service.in | 0000000823 823 Bytes | |
pgadmin4.spec | 0000020330 19.9 KB | |
pgadmin4.tmpfiles.d | 0000000039 39 Bytes | |
pgadmin4.uwsgi.in | 0000000266 266 Bytes | |
support-new-azure-mgmt-rdbms.patch | 0000000970 970 Bytes | |
update-vendor.sh | 0000000806 806 Bytes | |
use-os-makedirs.patch | 0000000693 693 Bytes |
Comments 8
please update to 4.14.
source here: https://www.pgadmin.org/download/pgadmin-4-source-code/
thank you
It's been updated for March 2020, could you update it here, too?
Does not work in openSUSE Tumbleweed 20220627.
It starts and takes a long time to load pgadmin server. Then it gives the message box "The pgAdmin 4 server could not be contacted."
Good evening. I was using pgADmin4 in the 4.30 version which is now in the official repositories of openSUSE Tumbleweed. Unfortunately, this version configured as SERVER_MODE = false does not work. I installed the new 6.11 version from Pip and it seems to have no problems. Is it also possible to update the official version of openSUSE?
Edit
/etc/pgadmin/config_system.py
and comment in# SERVER_MODE = True
?Yes. It is an error known for that version resolved with the new version following 6.9. Unfortunately I lost the link of the bug yes Postgres
This is the Issue https://redmine.postgresql.org/issues/6186
I've tried pgadmin4 on my server and it doesn't work at all. We need to update to version 6.x but it has a lot of changes ...
I was trying and making changes to the Spec File but my knowledge of the compilation of the RPM programs is very limited. This is why I wrote you here. I wanted to make you aware of the problem. I was trying and making changes to the Spec File but my knowledge of the compilation of the RPM programs is very limited. This is why I wrote you here. I wanted to make you aware of the problem. Another way is to create a Bugrepo on Bugzilla and see if other people more competent than me can help