Questions tagged [pgadmin]

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL

www.pgadmin.org

57 questions
118
votes
4 answers

How to install pgAdmin 4 in desktop mode on Ubuntu

How to install pgAdmin 4 in desktop mode? The documentation only details server mode.
Victor
  • 9,233
  • 9
  • 23
  • 33
24
votes
2 answers

pgAdmin4 disable master password

When starting pgAdmin, I'm prompted: Please set a master password for pgAdmin This is a new feature of pgAdmin4 4.7: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_7.html How can I disable this? The local documentation tells me to set…
Thomas Landauer
  • 821
  • 2
  • 8
  • 15
19
votes
3 answers

Can't install pgAdmin 4 on 20.04 LTS

Basically, follow the steps as outlined here: https://wiki.postgresql.org/wiki/Apt. sudo apt-get install curl ca-certificates gnupg curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo sh -c 'echo "deb…
cjones
  • 447
  • 2
  • 5
  • 12
10
votes
5 answers

pgAdmin4 error "Failed to launch the application server, server thread exiting."

I'm getting this error on startup of pgAdmin4 on Kubuntu 18.04: An error occurred initialising the application server: Failed to launch the application server, server thread exiting. In the following window ("Configuration") I have these default…
Thomas Landauer
  • 821
  • 2
  • 8
  • 15
8
votes
3 answers

Stop pgAdmin 4 from launching on boot (ubuntu 16.04)

Lately, pgAdmin would automatically launch on boot. I'm using KDE, and there is no entry for pgAdmin in Autostart, nor was there any in ~/.config/autostart (tho' I'm guessing Autostart uses the file from there anyway).
Bobby Wibowo
  • 103
  • 1
  • 10
7
votes
6 answers

Failed to launch pgAdmin4. Error: Error: spawn /usr/pgadmin4/venv/bin/python3 ENOENT

While trying to launch pgAdmin4, I receive the following error: Failed to launch pgAdmin4. Error: Error: spawn /usr/pgadmin4/venv/bin/python3 ENOENT This is the runtime environment: Python Path: "/usr/pgadmin4/venv/bin/python3" Runtime Config File:…
Magsad Novruzov
  • 121
  • 1
  • 8
5
votes
0 answers

Pgadmin 4 Not working in ubuntu 18.04

I have installed postgres 10 and pgadmin4 in my Ubuntu 18.04 version. everything went fine. I cannot open the pgadmin gui. what might be the reason. it simply wont open. Does it require Qt? how do i check if I got Qt on my ubuntu? PS: (Also…
Vishnu
  • 59
  • 1
  • 1
  • 3
4
votes
2 answers

The pgAdmin 4 server could not be contacted error on Ubuntu 21.10

i installed pgAdmin but when i open it i get this error : Failed to launch pgAdmin4. Error: Error: spawn /usr/pgadmin4/venv/bin/python3 ENOENT when i tap this command : sudo python3 /usr/share/pgadmin4/web/pgAdmin4.py i get python3: can't open…
ingmbk
  • 49
  • 1
  • 4
4
votes
2 answers

pgAdmin4 stopped working after latest upgrade Ubuntu 16.04. 'Request' object has no attribute 'is_json'

pgadmin4 is running perfectly before the system update of ubuntu 16.04 I didn't actually check what are those updates. But after the update and I tried running pgAdmin, it boots up and shows the pgAdmin loading screen. Then it loads for a long…
4
votes
2 answers

PostgreSQL admin tool behind nginx

I have a VPS with PostgreSQL installed. I have a nginx setup with a some reverse proxies to different tools, grafana, Node.js sites and so on. I'm trying to setup PostgreSQL right now, and I just can't work out the web based admin tool, one that is…
Mockarutan
  • 91
  • 1
  • 6
4
votes
1 answer

Re-install of pgAdmin4 on Ubuntu 18.04 does not prompt for user/password and local pgAdmin site not found

I initially followed instructions to install postgres and pgadmin4 from https://tecadmin.net/install-pgadmin4-on-ubuntu/ successfully. I seemed to be able to get to the site at http://localhost/pgadmin4 but couldn't login. After a few attempts to…
Marc Johnson
  • 53
  • 1
  • 5
4
votes
1 answer

Problem with qt5 while trying to run pgadmin4

I have ubuntu bionic upgrade from xenial recently. After the upgrade, I didn't find my pgadmin4 application, so I reinstalled it. After clicking the pgadmin4 icon, the program not shown. So I try to run it through the terminal, then I found this…
3
votes
1 answer

pgAdmin show object browser text white on white with dark theme

When using a dark theme, the object browser uses white background. Is there some way to change this? This question has been asked a few times, but no answer still. The theme I am using is E17.
Yanick Rochon
  • 2,308
  • 6
  • 25
  • 36
3
votes
3 answers

could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?

When I want to open pgAdmin 4, this message appears: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? I have changed the posgresql.conf file in the following…
B Noor
  • 143
  • 1
  • 2
  • 5
3
votes
0 answers

pgadmin4 package has no installation candidate

1 - Create the file /etc/apt/sources.list.d/pgdg.list and add a line for the repository deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main 2 - Import the repository signing key, and update the package lists wget --quiet -O -…
1
2 3 4