pgadmin4
pgadmin4 copied to clipboard
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.
**_Please note that security bugs or issues should be reported to [email protected]._** **Describe the bug** SSH file is not able to read and change when the server is shared therefore...
ImportError: cannot import name 'url_decode' from 'werkzeug.urls' -> upgrade Flash-Login to 0.6.3+
After a pip upgrade I am getting (and have been getting in previous upgrades) the following error: `ImportError: cannot import name 'url_decode' from 'werkzeug.urls' ` The reason this is not...
Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.12 to 3.1.19. Changelog Sourced from psycopg[c]'s changelog. .. currentmodule:: psycopg .. index:: single: Release notes single: News psycopg release notes Future releases Psycopg 3.2 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^...
%PATH%
**Describe the bug** On Windows Backup and Restore exit with no error message. **To Reproduce** Steps to reproduce the behavior: 1. After using the installer linked from https://www.postgresql.org/download/windows/ 2. Run...
``` services: postgres: container_name: postgres image: postgres:15.2-alpine environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=postgres ports: - "15432:5432" restart: unless-stopped pgadmin: container_name: pgadmin image: dpage/pgadmin4 restart: always environment: PGHOST: postgres PGADMIN_DEFAULT_EMAIL:...
**Describe the bug** When close pgAdmin4 without closing query tools, connections for query tools are not closed. **To Reproduce** Steps to reproduce the behavior: 1. Open pgAdmin4 in browser and...
**To Reproduce** Steps to reproduce the behavior: 1. Select any function and start debugging. 2. Click on the continue/start button. 3. Again click on the continue/start button. 4. Click on...
My pgadmin account has been locked and I would like to unlock it
**Describe the bug** What happened if the values in graphs on Dashboard was negative numbers? Is it a bug, or has it an explainable reason? Thanks. **Screenshots**  If applicable,...
**_Please note that security bugs or issues should be reported to [email protected]._** **Describe the bug** pgAdmin fails to start when Ubuntu OS is upgraded to a major version, even to...