pgAdmin 4 commit: Relax the permission check on the directory containin - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Relax the permission check on the directory containin
Date
Msg-id E1hqZy2-0005bX-6X@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Relax the permission check on the directory containing the config database, as it may fail in some environments such as
OpenShift.Fixes #4276 

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=082142ff6a4e6afdb57f74e991883180b89b6bf1

Modified Files
--------------
docs/en_US/release_notes_4_7.rst    |  3 ++-
web/pgadmin/setup/data_directory.py | 11 ++++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't try to install Chromedriver using the chromedri
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a framework for testing reversed engineered SQL a