[pgadmin-hackers] file permission on ssl key

2017-04-23 Thread Jeroen Jacobs
Hi, I'm getting this error when I try to configure ssl with postgres: pr 23 13:12:47 pgmaster01 pg_ctl: FATAL: private key file "/etc/ssl/pgmaster01-key.pem" has group or world access Apr 23 13:12:47 pgmaster01 pg_ctl: DETAIL: Permissions should be u=rw (0600) or less. The actual permission

Re: [pgadmin-hackers] file permission on ssl key

2017-04-23 Thread Ashesh Vashi
Hi Jeroen, This is pgAdmin hackers list. Please send mail to pgsql-gene...@postgresql.org mailing list for your postgresql related queries. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi

[pgadmin-hackers] pgAdmin 4 commit: [Configuration][Migration] Use 'alembic' for migratio

2017-04-23 Thread Ashesh Vashi
[Configuration][Migration] Use 'alembic' for migration of the SQLite based configuration file from one version to another, and also allows us to have a single path of creating the table instead of creating tables using SQLAlchemy or hand rolled SQL This allows us to run the migrations directly in

Re: [pgadmin-hackers][patch] Move to Alembic migration system

2017-04-23 Thread Ashesh Vashi
On Fri, Apr 21, 2017 at 7:59 PM, Joao Pedro De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Hackers, > > We review the patch, just noticed a spelling issue so we regenerated the > patch. > Thanks. Your patch was missing README changes. :-) Committed after adding the necessary ch

[pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue with Node rename

2017-04-23 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the issue where node rename is not working properly after 7dd9efd8 commit . RM#2355 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com T

Re: [pgadmin-hackers] [GENERAL] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-23 Thread Akshay Joshi
Hi Michael On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote: > On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi > wrote: > > from passlib.hash import scram > > hash = scram.encrypt(data['newPassword']) -- This function provide > password for all the supported digest like [md5, sha-1, sha-25

Re: [pgadmin-hackers] [GENERAL] pgAdmin4 needs information of v10 SCRAM authentication

2017-04-23 Thread Michael Paquier
On Mon, Apr 24, 2017 at 3:04 PM, Akshay Joshi wrote: >I have gone through this, but still facing issue to encrypt/change the > database server password. In pgAdmin4 we have "Change Password" feature where > user will enter the old and new password for the database server, now we will > have