pgAdmin4 2.0 python wheel on Ubuntu

2017-10-07 Thread Richard Greenwood
With 1.6 I was running pgAdmin4.py as a standard user. With 2.0 I get a permission denied on /var/log/pgadmin/pgadmin4.log. If I run pgAdmin4.py as root it doesn't have access to my .ssh/ and I end up in and endless cycle of failed OpehSSH requests. In my .ssh/config I have associated a SSL shared

Problem with shortcut

2017-10-07 Thread Charles Beaudette
Hello, I just installed the new version of PGAdmin 4 (v 2.0) on Windows 10 and I find it quick and responsive ! However, when trying to add a right angle bracket (on my actual keyboard configuration, canadian multilingual standard, it is mapped to alt + .) it uncomments the selected line of code,

pgadmin4 exception: session['_id'] not in self.managers

2017-10-07 Thread David Gilman
I'm trying out pgadmin4 v2.0 for the first time. It seems that after only a few minutes (maybe even less than five) my pgadmin4 session will get logged out and I'll need to log in again and reopen everything from scratch. This exception is thrown in the mod_wsgi logs: mod_wsgi (pid=5965): Except

Re: pgAdmin4 2.0 python wheel on Ubuntu

2017-10-07 Thread Murtuza Zabuawala
You can set customize the location as per your need, Create a file named config_local.py (if not already present) at your installation location ../pgadmin4/web/ and add below 3 lines in it, import os DATA_DIR = os.path.realpath(os.path.expanduser(u'~/.pgadmin/')) LOG_FILE = os.path.join(DATA_DIR,