SHA256
1
0
forked from pool/pgadmin4
This branch is 2 commits behind pool/pgadmin4:devel
Antonio Larrosa 9454d56689 Accepting request 1181284 from home:alarrosa:branches:server:database:postgresql
- update to 8.8:
  * supported database servers
    - postgresql: 12, 13, 14, 15, and 16
    - edb advanced server: 12, 13, 14, 15, and 16
  * bundled postgresql utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
  * Bug fixes
    - Fix an issue where user authentication fails with special
      characters in password.
    - Fixed an issue where canceling a query without privilege does
      not display any message on query tool.
    - Fix the issue where docker with SSL v8.7 fails to start.
    - Fixed an issue where the size displayed as 'NaN B' for all
      databases in the statistics tab.
    - Fixed an issue where backup and restore operations failed
      with the error 'This build does not support compression with
      gzip'.
- update to 8.7:
  * supported database servers
    - postgresql: 12, 13, 14, 15, and 16
    - edb advanced server: 12, 13, 14, 15, and 16
  * bundled postgresql utilities
    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
  * New features
    - Added support for the 'Add to macros' feature and fixed
      various usability issues.
    - Added support for executing the query at the cursor position
      in the query tool.
    - Changes in Query Tool, Debugger, and ERD Tool shortcuts to
      remove the use of Accesskey which will allow them to be

OBS-URL: https://build.opensuse.org/request/show/1181284
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgadmin4?expand=0&rev=73
2024-06-17 10:41:00 +00:00

To configure pgadmin with Apache and uwsgi, just add the follwing lines to a vhost:

    ProxyPass /pgadmin unix:/run/uwsgi/uwsgi-pgadmin.sock|uwsgi://localhost/
    <Directory PYTHONSITELIB/pgadmin4/>
        Require all granted
    </Directory>

Note that you have to run once `pgadmin4` from the command line to set the master password
by executing:

    /usr/bin/python3 PYTHONSITELIB/pgadmin4/pgAdmin4.py

Description
No description provided
Readme 493 KiB
Languages
Assembly 96.7%
Python 2.9%
Shell 0.4%