pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL
Questions tagged [pgadmin]
59 questions
119
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,244
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
- 831
- 2
- 8
- 18
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…
cheslijones
- 457
14
votes
9 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
- 191
- 1
- 1
- 9
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
- 831
- 2
- 8
- 18
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
- 103
5
votes
3 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
- 59
5
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
- 63
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
4
votes
1 answer
Cannot install Python old version(including ~3.9) in ubuntu 22.10
Recently, I updated my ubuntu version to 22.10.
I researched online to install python old version in ubuntu 22.10.
sudo add-apt-repository ppa:deadsnakes/ppa
This command does not work 22.10. How can I install old python version?
Why I am going to…
Yery cs
- 153
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
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,494
3
votes
1 answer
unable to connect to server: connection failed: connection refused is the server running on that host accepting tcp/ip connections?
I have postgres 13.10 and PGAdmin4 7.1 installed on Ubuntu 22.04
In PGAdmin4 UI, I want to "add new server" with these configurations
name
postgres-local
username
postgres
pw
postgres
hostanme / address
127.0.0.1
port
5432
server…
Tms91
- 595