Re: pgadmin4 in Cloud Foundry

2018-04-19 Thread Murtuza Zabuawala
Hi, Right now it is not possible to pass cert and key via variables. Please create a feature request for the same HERE -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Apr 20, 201

pgadmin4 in Cloud Foundry

2018-04-19 Thread Tom C
Hello, I am able to run pgadmin4 in a Docker Container. I have been trying to take the same docker image and run it as a Cloud Foundry Docker enabled app. My problem is this Docker image requires certificates and private key mapped to a Docker volume as explained here https://hub.docker.com/r/dpag

Re: My pgAdmin is broken

2018-04-19 Thread Derek Ealy
Well then thanks to Kushboo also On Thu, Apr 19, 2018 at 9:09 AM, Isaias Sanchez wrote: > The solution was thanks to Khushboo Vashi 'cause I reported this issue > yesterday. > > https://redmine.postgresql.org/issues/3296 > Let us know if it works for you. > > > Derek Ealy wrote on 04/19/2018 04:

Re: My pgAdmin is broken

2018-04-19 Thread Isaias Sanchez
The solution was thanks to Khushboo Vashi 'cause I reported this issue yesterday. https://redmine.postgresql.org/issues/3296 Let us know if it works for you. Derek Ealy wrote on 04/19/2018 04:04 PM: Allriiigghht Isaias!! Man thanks, I was so freakin' annoyed at this upgrade not worki

Re: My pgAdmin is broken

2018-04-19 Thread Derek Ealy
Allriiigghht Isaias!! Man thanks, I was so freakin' annoyed at this upgrade not working and how frustrating recovering from it was. I'm glad you figured out what the problem was, I had never even heard of pycrypto before to day. Awesomesauce On Thu, Apr 19, 2018 at 8:57 AM, Isaias Sanche

Re: My pgAdmin is broken

2018-04-19 Thread Isaias Sanchez
I also had this problem, but the issue is some incompatibilities in pycryptodome and pycrypto: 1. Install v3.0: pip install ./pgadmin4-3.0-py2.py3-none-any.whl 2. Unistall pycryptodome: pip uninstall pycryptodome 3. Uninstall/Install pgcrypto: pip uninstall pycrypto pip3 install pycrypto

My pgAdmin is broken

2018-04-19 Thread Derek Ealy
A couple of days ago I tried upgrading to v3.0. This never worked for me. Normally I activate the python environment and then install the latest wheel file to upgrade. I was never able to login successfully on v3.0. So I gave up and tried to go back to v2.1, again I did so by reinstalling the v2.1

RE: Possible bug on code autocomplete pgadmin V 3.0

2018-04-19 Thread Lazaro Garcia
Thanks for the answer. The python version is: Python 2.7.12 For reproducing go to query tool and table fields are not autocompleted for instance: Select person.{ctrl+space does not autocomplete table fields, the error is triggered here} from person regards De: Khushboo Vashi