pgadmin-4

Error trying to run pgAdmin4

一笑奈何 提交于 2019-12-01 14:24:45
问题 I've installed postgresql 9.6 (using suggested linux installer) which comes with pgAdmin4, but getting a few errors. First, I had to change the folder name from "pgAdmin 4" (note the extra space) to "pgAdmin4" to avoid "file not found error". Then I run sudo python pgAdmin4.py and got the following error: Traceback (most recent call last): File "../../pgAdmin4.py", line 24, in <module> from pgadmin import create_app File "/opt/PostgreSQL/9.6/pgAdmin4/web/pgadmin/__init__.py", line 17, in

“[Errno 2] No such file or directory” when trying to backup a database in pgAdmin4

别说谁变了你拦得住时间么 提交于 2019-12-01 06:41:16
I have finally managed to get around managing to manually set "PostgreSQL Binary Path" in preferences (why should the user have to do this when it wasn't necessary in pgAdmin3?). Though to be honest, I have no idea what is meant with the second path field called "EDB Advanced Server Binary Path". But I get no more error message concerning that so I assume it is o.k. to leave that empty. Now I am stuck on the next step. When trying to backup the database I have to enter a filename. No matter what I do here, I keep getting this error: [Errno 2] No such file or directory Well, it can not be that

SQL command to stop job in pgAdmin 4

烂漫一生 提交于 2019-12-01 06:25:14
I have a Postgres 9.6 installation on a developer pc and a restore seems to have failed. Even after reinstalling (remove Postgres and PgAdmin completely, incl. database and installed new version) the boxes are popping up (even though these tables do not even exist anymore). How to remove these scheduled jobs? Is there an SQL statement to stop these? Found solution: This problem is related to the pgadmin.db . Just remove the file and the error is gone (but you also have to reenter all passwords etc.). The problem is that this file is not removed when uninstalling postgres/pgadmin. It can be

SQL command to stop job in pgAdmin 4

流过昼夜 提交于 2019-12-01 05:26:28
问题 I have a Postgres 9.6 installation on a developer pc and a restore seems to have failed. Even after reinstalling (remove Postgres and PgAdmin completely, incl. database and installed new version) the boxes are popping up (even though these tables do not even exist anymore). How to remove these scheduled jobs? Is there an SQL statement to stop these? 回答1: Found solution: This problem is related to the pgadmin.db . Just remove the file and the error is gone (but you also have to reenter all

pgadmin4 : postgresql application server could not be contacted.

ⅰ亾dé卋堺 提交于 2019-11-28 03:31:47
I have installed PostgreSQL 9.6.2 on my Windows 8.1. But the pgadmin4 is not able to contact the local server. I have tried several solutions suggested here in stackoverflow, tried to uninstall and reinstall PostgreSQL 9.6.2 , tried to modify the config.py, config_distro.py, and delete the files in Roaming folder,i tried standalone pgadmin4 installation, but no success.However, in my local machine i am able to access the server using psql.exe and log as as superuser (postgres user). Can you please suggest any possible solutions to starting/running pgadmin4 ? Thank you. icvader I found the same